nicklas.sjo
New Pleskian
- Server operating system version
- Ubuntu 22.04.4 LTS
- Plesk version and microupdate number
- 18.0.61
Hi,
Our servers autoupdated to php 8.2.20 this morning which contains a critical bug.
Is there any way to rollback updates of a PHP version?
Also tried installing a custom version but having trouble configuring it correctly.
Any help appreciated!
Our servers autoupdated to php 8.2.20 this morning which contains a critical bug.
Method visibility issue introduced in version 8.3.8 · Issue #14480 · php/php-src
Description The following code: <?php trait PropertyHelperTrait { protected function splitPropertyParts(): void { } } trait OrmPropertyHelperTrait { abstract protected function splitPropertyParts()...
github.com
Issue with the order of used inherited traits since 8.3.8/8.2.20 · Issue #14495 · php/php-src
Description The following code: https://3v4l.org/lFFsD Resulted in this output: Fatal error: Uncaught Error: Call to protected method ParentClass::doSomething() from scope ChildClass in /in/lFFsD:2...
github.com
Is there any way to rollback updates of a PHP version?
Also tried installing a custom version but having trouble configuring it correctly.
Any help appreciated!