From 8e41daf9770595dac0dd09ccd5a2bf56ae7fcc97 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 3 Jun 2021 00:08:51 +0200 Subject: [PATCH] PHP.ini enhancement for PHPUnit tests --- php7.3/php.ini | 5 +++++ php7.4/php.ini | 5 +++++ php8.0/php.ini | 5 +++++ 3 files changed, 15 insertions(+) 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