Skip to content

Commit 725c2a9

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Set zend.exception_ignore_args=0 in run-tests.php
2 parents c2d92ad + e87dc32 commit 725c2a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ function main()
260260
'opcache.file_update_protection=0',
261261
'opcache.revalidate_freq=0',
262262
'zend.assertions=1',
263+
'zend.exception_ignore_args=0',
263264
);
264265

265266
$no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';

0 commit comments

Comments
 (0)