diff --git a/php7.3/php.ini b/php7.3/php.ini index aec4419..0c9a2b2 100644 --- a/php7.3/php.ini +++ b/php7.3/php.ini @@ -10,3 +10,8 @@ opcache.save_comments=1 opcache.revalidate_freq=1 apc.enabled=1 apc.enable_cli=1 +error_reporting=-1 +log_errors_max_len=0 +zend.assertions=1 +assert.exception=1 +xdebug.show_exception_trace=0 diff --git a/php7.4/php.ini b/php7.4/php.ini index aec4419..0c9a2b2 100644 --- a/php7.4/php.ini +++ b/php7.4/php.ini @@ -10,3 +10,8 @@ opcache.save_comments=1 opcache.revalidate_freq=1 apc.enabled=1 apc.enable_cli=1 +error_reporting=-1 +log_errors_max_len=0 +zend.assertions=1 +assert.exception=1 +xdebug.show_exception_trace=0 diff --git a/php8.0/php.ini b/php8.0/php.ini index aec4419..0c9a2b2 100644 --- a/php8.0/php.ini +++ b/php8.0/php.ini @@ -10,3 +10,8 @@ opcache.save_comments=1 opcache.revalidate_freq=1 apc.enabled=1 apc.enable_cli=1 +error_reporting=-1 +log_errors_max_len=0 +zend.assertions=1 +assert.exception=1 +xdebug.show_exception_trace=0