diff options
| author | Marcus Boerger <helly@php.net> | 2003-08-04 21:56:05 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-08-04 21:56:05 +0000 |
| commit | b099670127063fd67c3d7f808e5d44f3cfb02716 (patch) | |
| tree | e92f1eda8a99c6d8c594d40a925b3fc52c9d5a60 /ext/spl/php_spl.h | |
| parent | c80e7329bd16d76091ca184051dc1113fc67d9a1 (diff) | |
| download | php-git-b099670127063fd67c3d7f808e5d44f3cfb02716.tar.gz | |
- Unset support for spl_array_access by method set($index)
- Parameter names for array interface methods
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) |
