diff options
Diffstat (limited to 'ext/spl/php_spl.h')
| -rwxr-xr-x | ext/spl/php_spl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index 7591ef8c50..b8de833022 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -71,6 +71,7 @@ ZEND_BEGIN_MODULE_GLOBALS(spl) #endif #ifdef SPL_ARRAY_WRITE ZEND_EXECUTE_HOOK_PTR(ZEND_ASSIGN_DIM); + ZEND_EXECUTE_HOOK_PTR(ZEND_UNSET_DIM_OBJ); #endif ZEND_END_MODULE_GLOBALS(spl) |
