mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Update after api changes
- MFH . ArrayIterator/ArrayObject: function lookup caches and array functions . Added RegExIterator, RecursiveRegExIterator . Added (full) caching support for CachingIterator
This commit is contained in:
parent
77c1b56cd7
commit
9afb3e041b
5 changed files with 588 additions and 86 deletions
|
@ -47,7 +47,7 @@ PHPAPI zend_class_entry *spl_ce_RangeException;
|
|||
PHPAPI zend_class_entry *spl_ce_UnderflowException;
|
||||
PHPAPI zend_class_entry *spl_ce_UnexpectedValueException;
|
||||
|
||||
#define spl_ce_Exception zend_exception_get_default()
|
||||
#define spl_ce_Exception zend_exception_get_default(TSRMLS_C)
|
||||
|
||||
/* {{{ PHP_MINIT_FUNCTION(spl_exceptions) */
|
||||
PHP_MINIT_FUNCTION(spl_exceptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue