summaryrefslogtreecommitdiff
path: root/suhosin7.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-02-22 19:06:44 +0100
committerBen Fuhrmannek2016-02-22 19:06:44 +0100
commit23ff8909bbc232273595e24cfc422ba8990e2a8f (patch)
tree55ee681de11ee7fc80d70598e957541dc4a60e6a /suhosin7.c
parentcb4150c0b3ef77631a62850e1449465f824a0f03 (diff)
.
Diffstat (limited to 'suhosin7.c')
-rw-r--r--suhosin7.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/suhosin7.c b/suhosin7.c
index bfe349f..8ce72d7 100644
--- a/suhosin7.c
+++ b/suhosin7.c
@@ -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));