diff options
author | Marcus Boerger <helly@php.net> | 2003-07-16 09:48:36 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-07-16 09:48:36 +0000 |
commit | 15097151f4a7545c1d359bf86f495eb18b9842db (patch) | |
tree | 15478d4ef4e7ed26ddcff3d385febfcd71b6adad /ext/spl/php_spl.h | |
parent | c03bd010c3a5aa1b7f115e854da63895be217a1d (diff) | |
download | php-git-15097151f4a7545c1d359bf86f495eb18b9842db.tar.gz |
Update and remove parts no longer possible
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-x | ext/spl/php_spl.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index 3ae3b636da..e4abfd4514 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -70,7 +70,7 @@ ZEND_BEGIN_MODULE_GLOBALS(spl) ZEND_EXECUTE_HOOK_PTR(ZEND_FETCH_DIM_RW); #endif #ifdef SPL_ARRAY_WRITE - ZEND_EXECUTE_HOOK_PTR(ZEND_ASSIGN); + ZEND_EXECUTE_HOOK_PTR(ZEND_ASSIGN_DIM); #endif ZEND_END_MODULE_GLOBALS(spl) @@ -90,11 +90,6 @@ extern zend_class_entry *spl_ce_forward_assoc; extern zend_class_entry *spl_ce_sequence_assoc; extern zend_class_entry *spl_ce_array_read; extern zend_class_entry *spl_ce_array_access; -extern zend_class_entry *spl_ce_array_access_ex; -extern zend_class_entry *spl_ce_array_writer; -#ifdef SPL_ARRAY_WRITE -extern zend_class_entry *spl_ce_array_writer_default; -#endif /* SPL_ARRAY_WRITE */ PHP_FUNCTION(spl_classes); PHP_FUNCTION(class_parents); |