diff options
Diffstat (limited to 'suhosin7.c')
| -rw-r--r-- | suhosin7.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -493,7 +493,6 @@ PHP_MINIT_FUNCTION(suhosin7) | |||
| 493 | if ((i = zend_hash_find_ptr(EG(ini_directives), ini_name))) { | 493 | if ((i = zend_hash_find_ptr(EG(ini_directives), ini_name))) { |
| 494 | if (i->on_modify) { | 494 | if (i->on_modify) { |
| 495 | i->on_modify(i, val0, i->mh_arg1, i->mh_arg2, i->mh_arg3, ZEND_INI_STAGE_STARTUP); | 495 | i->on_modify(i, val0, i->mh_arg1, i->mh_arg2, i->mh_arg3, ZEND_INI_STAGE_STARTUP); |
| 496 | // i->on_modify = NULL; | ||
| 497 | } | 496 | } |
| 498 | 497 | ||
| 499 | SDEBUG("display_errors=%s", ZSTR_VAL(val0)); | 498 | SDEBUG("display_errors=%s", ZSTR_VAL(val0)); |
