Skip to content

Commit e87dc32

Browse files
committed
Set zend.exception_ignore_args=0 in run-tests.php
Any existing tests are going to be written under this assumption...
1 parent 5ddcaca commit e87dc32

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)