]> granicus.if.org Git - php/commitdiff
Set zend.exception_ignore_args=0 in run-tests.php
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 10 Dec 2019 15:15:26 +0000 (16:15 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 10 Dec 2019 15:15:26 +0000 (16:15 +0100)
Any existing tests are going to be written under this assumption...

run-tests.php

index 07e3d2d797d0ba0e5064450e08479a25d439999f..a6a9b2ae8242f5502b362c62fb815c2d869e6284 100755 (executable)
@@ -260,6 +260,7 @@ NO_PROC_OPEN_ERROR;
                'opcache.file_update_protection=0',
                'opcache.revalidate_freq=0',
                'zend.assertions=1',
+               'zend.exception_ignore_args=0',
        );
 
        $no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';