summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-12-10 16:16:03 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-12-10 16:16:03 +0100
commit725c2a999d67d133db534bc0096fcb0178d20b42 (patch)
tree665c122ce221b090d9c6f3ece09dbc76ebfe0ed0 /run-tests.php
parentc2d92ad97105c8738c4dba626fa157fb0063869f (diff)
parente87dc32569c1c5e11683d9e878da3fddd0409c40 (diff)
downloadphp-git-725c2a999d67d133db534bc0096fcb0178d20b42.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Set zend.exception_ignore_args=0 in run-tests.php
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 2863fd709e..b73f6c9355 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';