Skip to content
FIXED:
[Joomla] Bogus version check uses incorrect helper when installing with PHP 8.0.
[Laravel] v9+ incomplete installation.
[Logging] Uncaught exceptions or fatal() macros may remain unlogged.
[MySQL Manager] Commit #df88738c introduces additional name field.
[Opcenter] "artisan opcenter:plan --remove" cannot delete plan files.
[Web Apps] Changing username results in crash.

CHANGED:
[auth] Parented accounts return true in auth:is-demo().
[Bootstrapper] mysqlnd may be disabled by specifying php_native_mysql=False. Disabling mysqlnd will revert to libmysqlclient.
[Daphnie] Automatically wrap monotonic values.
[Migrations] Recursively look for mailbox type.
[SELinux] Set selinux=0 in kernel on disablement.
[UI] Enable strict sessions.
[upcp] Code and platform updates are now atomic. Releases will not update until all migrations on current release have completed successfully. Code will continue to update irrespective of migration status in edge mode.

REMOVED:
[Limits] Virtual memory/address space limit. Better memory restriction exists in cgroup memory controller. Imposing any such limit creates undesirable side-effect in V8 allocation, see nodejs/node #25933.
[PHP] Huge codepage support on new installs. Introduces marginal startup tax on multitenant environments, see php/php-src PR #10301