mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fixed few test failures if php.ini contains zend.assertions=-1
This commit is contained in:
parent
06e41cadd9
commit
c7a75b7112
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user