From 9c01b3e32d11db1abc22e9cd6b54fe8fc1d6fc0c Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Thu, 21 Aug 2014 10:45:48 +0200 Subject: suhosin.executor.max_depth -> 750 (resolves #56) --- suhosin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suhosin.c b/suhosin.c index 7bd8902..fc84a94 100644 --- a/suhosin.c +++ b/suhosin.c @@ -767,7 +767,7 @@ PHP_INI_BEGIN() STD_ZEND_INI_BOOLEAN("suhosin.executor.disable_emodifier", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecBool, executor_disable_emod, zend_suhosin_globals, suhosin_globals) STD_ZEND_INI_BOOLEAN("suhosin.executor.allow_symlink", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecBool, executor_allow_symlink, zend_suhosin_globals, suhosin_globals) - STD_ZEND_INI_ENTRY("suhosin.executor.max_depth", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecLong, max_execution_depth, zend_suhosin_globals, suhosin_globals) + STD_ZEND_INI_ENTRY("suhosin.executor.max_depth", "750", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecLong, max_execution_depth, zend_suhosin_globals, suhosin_globals) STD_ZEND_INI_BOOLEAN("suhosin.multiheader", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateMiscBool, allow_multiheader, zend_suhosin_globals, suhosin_globals) -- cgit v1.3