From e87dc32569c1c5e11683d9e878da3fddd0409c40 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 10 Dec 2019 16:15:26 +0100 Subject: Set zend.exception_ignore_args=0 in run-tests.php Any existing tests are going to be written under this assumption... --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index 07e3d2d797..a6a9b2ae82 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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'; -- cgit v1.2.1