diff options
| author | Ben Fuhrmannek | 2015-01-22 15:21:51 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2015-01-22 15:21:51 +0100 |
| commit | 784331fc2217f9084a57be7cb0e153532453fefd (patch) | |
| tree | f666e0196eff97fcf2c98d6c7a2363dc5a638b06 /suhosin.c | |
| parent | 432e8f9ab8a3029b16e03676aa643f3788faf14c (diff) | |
removed even more #ifdef ZEND_ENGINE_2
Diffstat (limited to 'suhosin.c')
| -rw-r--r-- | suhosin.c | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -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; |
