History log of /PHP-7.0/ext/spl/spl_iterators.c (Results 51 – 75 of 318)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3
# 90a0d58a 27-Jul-2014 Stanislav Malyshev

Fix SPL objects initialization checks


Revision tags: php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# b5051ff9 01-Jun-2014 Xinchen Hui

Fixed bug #67359 (Segfault in recursiveDirectoryIterator)


# 9d6e45a0 09-Jul-2014 Dmitry Stogov

Changed zend_make_printable_zval() to return "use_copy" instead of additional reference argument.
Improved branch prediction.


# e328e890 28-Jun-2014 Xinchen Hui

Fixed add_ref


# 38be99b7 01-Jun-2014 Xinchen Hui

Fixed bug #67359 (Segfault in recursiveDirectoryIterator)


Revision tags: php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF


Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# e96073b1 17-Apr-2014 Dmitry Stogov

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal no

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.

show more ...


# 78f428d3 16-Apr-2014 Dmitry Stogov

Fixed memory leaks


Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1
# 20f2e598 09-Apr-2014 Nikita Popov

Fix ZTS build

This only makes it compile, it doesn't actually work, presumably
because interned strings are assumed in some places.


# 2016e721 09-Apr-2014 Dmitry Stogov

Temporary refcounting fix


Revision tags: php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# e8d6c658 12-Feb-2014 Joshua Thijssen

fixed bug66702 : regexiterator's invert flag doesn't work as expected


# 7402af38 08-Apr-2014 Dmitry Stogov

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and o

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.

show more ...


# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)


# d8099d04 02-Apr-2014 Dmitry Stogov

Changed data layout to allow more efficient operations


# ea85451b 27-Mar-2014 Dmitry Stogov

Refactored data structures to keep zend_object* instead of a whole zval in some places


# f2a59839 21-Mar-2014 Dmitry Stogov

Fixed wrong assignment


# 0e91c5a5 21-Mar-2014 Dmitry Stogov

Fixed refcounting


# 6da47597 21-Mar-2014 Dmitry Stogov

Fixed refcounting


# b7938ab1 19-Mar-2014 Dmitry Stogov

Refactored GC (incomplete)


# 639c4da2 16-Mar-2014 Xinchen Hui

Forgot fix similar issue in spl_recursive_it_get_method


# 86aa343d 16-Mar-2014 Xinchen Hui

Fixed spl_dual_it_get_method


# 051a3eb4 16-Mar-2014 Xinchen Hui

Fixed string handling in ext/spl/tests/recursive_tree_iterator_001.phpt


# ef1e006b 16-Mar-2014 Xinchen Hui

Refactor php_pcre_replace to return zend_string


# 2a8cef80 15-Mar-2014 Xinchen Hui

Fixed typo


12345678910>>...13