diff options
Diffstat (limited to 'php/src/IcePHP/Config.h')
-rw-r--r-- | php/src/IcePHP/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php/src/IcePHP/Config.h b/php/src/IcePHP/Config.h index 055e732a6c2..891640b12f1 100644 --- a/php/src/IcePHP/Config.h +++ b/php/src/IcePHP/Config.h @@ -87,6 +87,7 @@ ZEND_BEGIN_MODULE_GLOBALS(ice) void* nameToClassInfoMap; void* proxyInfoMap; void* exceptionInfoMap; + zval* unset; ZEND_END_MODULE_GLOBALS(ice) #ifdef ZTS |