diff options
| author | Ben Fuhrmannek | 2014-08-21 10:45:48 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-08-21 10:45:48 +0200 |
| commit | 9c01b3e32d11db1abc22e9cd6b54fe8fc1d6fc0c (patch) | |
| tree | b2ec9c386e9db7f3e89c0ff21061b6896bf4325c /suhosin.c | |
| parent | 820a9bab3b844126a1add2519b7e58cf5b36a555 (diff) | |
suhosin.executor.max_depth -> 750 (resolves #56)
Diffstat (limited to 'suhosin.c')
| -rw-r--r-- | suhosin.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -767,7 +767,7 @@ PHP_INI_BEGIN() | |||
| 767 | STD_ZEND_INI_BOOLEAN("suhosin.executor.disable_emodifier", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecBool, executor_disable_emod, zend_suhosin_globals, suhosin_globals) | 767 | STD_ZEND_INI_BOOLEAN("suhosin.executor.disable_emodifier", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecBool, executor_disable_emod, zend_suhosin_globals, suhosin_globals) |
| 768 | 768 | ||
| 769 | STD_ZEND_INI_BOOLEAN("suhosin.executor.allow_symlink", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecBool, executor_allow_symlink, zend_suhosin_globals, suhosin_globals) | 769 | STD_ZEND_INI_BOOLEAN("suhosin.executor.allow_symlink", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecBool, executor_allow_symlink, zend_suhosin_globals, suhosin_globals) |
| 770 | STD_ZEND_INI_ENTRY("suhosin.executor.max_depth", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecLong, max_execution_depth, zend_suhosin_globals, suhosin_globals) | 770 | STD_ZEND_INI_ENTRY("suhosin.executor.max_depth", "750", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateExecLong, max_execution_depth, zend_suhosin_globals, suhosin_globals) |
| 771 | 771 | ||
| 772 | 772 | ||
| 773 | STD_ZEND_INI_BOOLEAN("suhosin.multiheader", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateMiscBool, allow_multiheader, zend_suhosin_globals, suhosin_globals) | 773 | STD_ZEND_INI_BOOLEAN("suhosin.multiheader", "0", ZEND_INI_PERDIR|ZEND_INI_SYSTEM, OnUpdateMiscBool, allow_multiheader, zend_suhosin_globals, suhosin_globals) |
