diff options
| author | Ben Fuhrmannek | 2015-01-22 12:19:09 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2015-01-22 12:19:09 +0100 |
| commit | 432e8f9ab8a3029b16e03676aa643f3788faf14c (patch) | |
| tree | 27e99ec0af706b4820c4d9472a01dff4c4bea5eb /php_suhosin.h | |
| parent | 8affcacdbeba5fd95e1b26a6bcfc9c3030a1d893 (diff) | |
removed #ifdef ZEND_ENGINE_2 as it is always defined anyway
Diffstat (limited to 'php_suhosin.h')
| -rw-r--r-- | php_suhosin.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/php_suhosin.h b/php_suhosin.h index d5a20ab..80d75ba 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -330,13 +330,6 @@ ZEND_END_MODULE_GLOBALS(suhosin) | |||
| 330 | #ifndef ZEND_INI_STAGE_HTACCESS | 330 | #ifndef ZEND_INI_STAGE_HTACCESS |
| 331 | #define ZEND_INI_STAGE_HTACCESS (1<<5) | 331 | #define ZEND_INI_STAGE_HTACCESS (1<<5) |
| 332 | #endif | 332 | #endif |
| 333 | |||
| 334 | #ifndef ZEND_ENGINE_2 | ||
| 335 | #define OnUpdateLong OnUpdateInt | ||
| 336 | #define zend_symtable_find zend_hash_find | ||
| 337 | #define zend_symtable_update zend_hash_update | ||
| 338 | #define zend_symtable_exists zend_hash_exists | ||
| 339 | #endif | ||
| 340 | 333 | ||
| 341 | 334 | ||
| 342 | /* Error Constants */ | 335 | /* Error Constants */ |
