updated core to 10.5.3

This commit is contained in:
2025-10-01 11:22:06 +02:00
parent 185883d056
commit f04f80f49d
10 changed files with 1304 additions and 1190 deletions
-4
View File
@@ -29,11 +29,7 @@
* It is strongly recommended that you set zend.assertions=1 in the PHP.ini file
* (It cannot be changed from .htaccess or runtime) on development machines and
* to 0 or -1 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);
/**
* Enable local development services.