From b099670127063fd67c3d7f808e5d44f3cfb02716 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 4 Aug 2003 21:56:05 +0000 Subject: - Unset support for spl_array_access by method set($index) - Parameter names for array interface methods --- ext/spl/php_spl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/spl/php_spl.h') 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) -- cgit v1.2.1