diff --git a/pgo/tpl/php/php-8.4-pgo-nts-cache.ini b/pgo/tpl/php/php-8.4-pgo-nts-cache.ini index fb06214..b17d7fc 100644 --- a/pgo/tpl/php/php-8.4-pgo-nts-cache.ini +++ b/pgo/tpl/php/php-8.4-pgo-nts-cache.ini @@ -512,7 +512,7 @@ memory_limit = 128M ; Production Value: E_ALL & ~E_DEPRECATED ; http://php.net/error-reporting ;error_reporting = E_ALL & ~E_DEPRECATED -error_reporting = -1 +error_reporting = E_ALL & ~E_DEPRECATED ; This directive controls whether or not and where PHP will output errors, ; notices and warnings too. Error output is very useful during development, but diff --git a/pgo/tpl/php/php-8.4-pgo-nts.ini b/pgo/tpl/php/php-8.4-pgo-nts.ini index c4354e6..d03b02e 100644 --- a/pgo/tpl/php/php-8.4-pgo-nts.ini +++ b/pgo/tpl/php/php-8.4-pgo-nts.ini @@ -512,7 +512,7 @@ memory_limit = 128M ; Production Value: E_ALL & ~E_DEPRECATED ; http://php.net/error-reporting ;error_reporting = E_ALL & ~E_DEPRECATED -error_reporting = -1 +error_reporting = E_ALL & ~E_DEPRECATED ; This directive controls whether or not and where PHP will output errors, ; notices and warnings too. Error output is very useful during development, but diff --git a/pgo/tpl/php/php-8.4-pgo-ts-cache.ini b/pgo/tpl/php/php-8.4-pgo-ts-cache.ini index fb06214..b17d7fc 100644 --- a/pgo/tpl/php/php-8.4-pgo-ts-cache.ini +++ b/pgo/tpl/php/php-8.4-pgo-ts-cache.ini @@ -512,7 +512,7 @@ memory_limit = 128M ; Production Value: E_ALL & ~E_DEPRECATED ; http://php.net/error-reporting ;error_reporting = E_ALL & ~E_DEPRECATED -error_reporting = -1 +error_reporting = E_ALL & ~E_DEPRECATED ; This directive controls whether or not and where PHP will output errors, ; notices and warnings too. Error output is very useful during development, but diff --git a/pgo/tpl/php/php-8.4-pgo-ts.ini b/pgo/tpl/php/php-8.4-pgo-ts.ini index c4354e6..d03b02e 100644 --- a/pgo/tpl/php/php-8.4-pgo-ts.ini +++ b/pgo/tpl/php/php-8.4-pgo-ts.ini @@ -512,7 +512,7 @@ memory_limit = 128M ; Production Value: E_ALL & ~E_DEPRECATED ; http://php.net/error-reporting ;error_reporting = E_ALL & ~E_DEPRECATED -error_reporting = -1 +error_reporting = E_ALL & ~E_DEPRECATED ; This directive controls whether or not and where PHP will output errors, ; notices and warnings too. Error output is very useful during development, but