summaryrefslogtreecommitdiff
path: root/suhosin.c
diff options
context:
space:
mode:
Diffstat (limited to 'suhosin.c')
-rw-r--r--suhosin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/suhosin.c b/suhosin.c
index 76cdac1..1dedbd2 100644
--- a/suhosin.c
+++ b/suhosin.c
@@ -994,11 +994,7 @@ PHP_MINIT_FUNCTION(suhosin)
994 994
995 SDEBUG("updating ini %s=%s", i->name, i->value); 995 SDEBUG("updating ini %s=%s", i->name, i->value);
996 996
997#ifdef ZEND_ENGINE_2
998 i->modifiable = p->modifiable; 997 i->modifiable = p->modifiable;
999#else
1000 i->modifyable = p->modifyable;
1001#endif
1002 i->module_number = module_number; 998 i->module_number = module_number;
1003 i->on_modify = p->on_modify; 999 i->on_modify = p->on_modify;
1004 i->mh_arg1 = p->mh_arg1; 1000 i->mh_arg1 = p->mh_arg1;