Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0bf7c0fa18ded660304fb5643e2936efd64fb686 https://github.com/phpmyadmin/phpmyadmin/commit/0bf7c0fa18ded660304fb5643e29... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-10-15 (Tue, 10 October 2024) -03:00
Changed paths: M ChangeLog M libraries/classes/Error.php M libraries/classes/ErrorHandler.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php
Log Message: ----------- Suppress deprecation message of E_STRICT constant
The E_STRICT constant was deprecated in PHP 8.4.
It's still a possible error level when using PHP 7.2 and PHP 7.3.
See: https://wiki.php.net/rfc/deprecations_php_8_4#remove_e_strict_error_level_an...
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 6eb51eda6b61a7353a2c368342991a9abb1ff0e5 https://github.com/phpmyadmin/phpmyadmin/commit/6eb51eda6b61a7353a2c36834299... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-10-15 (Tue, 10 October 2024) -03:00
Changed paths: M ChangeLog M libraries/classes/Error.php M libraries/classes/ErrorHandler.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php
Log Message: ----------- Merge pull request #19321 from MauricioFauth/php8.4-E_STRICT-deprecation
Suppress deprecation message of E_STRICT constant