From 432e8f9ab8a3029b16e03676aa643f3788faf14c Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Thu, 22 Jan 2015 12:19:09 +0100 Subject: removed #ifdef ZEND_ENGINE_2 as it is always defined anyway --- php_suhosin.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'php_suhosin.h') 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) #ifndef ZEND_INI_STAGE_HTACCESS #define ZEND_INI_STAGE_HTACCESS (1<<5) #endif - -#ifndef ZEND_ENGINE_2 -#define OnUpdateLong OnUpdateInt -#define zend_symtable_find zend_hash_find -#define zend_symtable_update zend_hash_update -#define zend_symtable_exists zend_hash_exists -#endif /* Error Constants */ -- cgit v1.3