From: Dmitry Stogov Date: Wed, 21 Jun 2017 15:50:08 +0000 (+0300) Subject: Fixed few test failures if php.ini contains zend.assertions=-1 X-Git-Tag: php-7.2.0alpha3~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7a75b7112b12fb7a62bd7cc67d2ef70d3a1280c;p=php Fixed few test failures if php.ini contains zend.assertions=-1 --- diff --git a/run-tests.php b/run-tests.php index ed7f4c9e1a..93d8722063 100755 --- a/run-tests.php +++ b/run-tests.php @@ -254,6 +254,7 @@ $ini_overwrites = array( 'log_errors_max_len=0', 'opcache.fast_shutdown=0', 'opcache.file_update_protection=0', + 'zend.assertions=1', ); $no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';