mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed few test failures if php.ini contains zend.assertions=-1
This commit is contained in:
parent
06e41cadd9
commit
c7a75b7112
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue