History log of /PHP-7.4/ext/spl/spl_iterators.c (Results 51 – 75 of 372)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 1efb9fd3 02-Nov-2016 Xinchen Hui

Fixed bug #73423 (Reproducible crash with GDB backtrace)


# 94b7ab18 13-Oct-2016 Stanislav Malyshev

Syncronize with 5.6 - __toString should return ""

(cherry picked from commit 2301608736c82183f8210053a45f78eeef5b0c74)


# 23016087 13-Oct-2016 Stanislav Malyshev

Syncronize with 5.6 - __toString should return ""


# 082d1f23 11-Oct-2016 Stanislav Malyshev

Fix tests


# 4397306b 19-Sep-2016 Márcio Almada

fix bug related to #865

In case USE_KEY flag is active, RegexIterator->accept() should keep it's
old behavior which is to accept keys mapping arrays.

This broke after PHP 5.5 bu

fix bug related to #865

In case USE_KEY flag is active, RegexIterator->accept() should keep it's
old behavior which is to accept keys mapping arrays.

This broke after PHP 5.5 but was not noticed due to lack of tests for USE_KEY.

show more ...


# 33a8af05 21-Sep-2016 Stanislav Malyshev

Fix bug #73073 - CachingIterator null dereference when convert to string


# 4c2e1a13 27-Jul-2016 Pierrick Charron

Fixed bug #72684 (AppendIterator segfault with closed generator)


# f5ccd71d 06-May-2016 Loz Calver

Fix 72122 - don't use EH_THROW for calls to getIterator


# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.


# 771e5cc2 11-Jun-2016 Aaron Piotrowski

Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error


# 7648f20d 19-Apr-2016 Xinchen Hui

Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as expected)


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 27aef97f 06-Nov-2015 Xinchen Hui

Fixed bug #70868 (PCRE JIT and pattern reuse segfault)


# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().


# c72559dd 22-Sep-2015 Dmitry Stogov

Cleanup: removed deprecated commented code


# e41f6003 07-Jul-2015 Xinchen Hui

Fixed bug #69970 (Use-after-free vulnerability in spl_recursive_it_move_forward_ex())


# 7ec1e174 06-Jul-2015 Aaron Piotrowski

Update memory freeing and other issues, revert some changes


# 907476f3 05-Jul-2015 Aaron Piotrowski

Convert E_ERROR to thrown Error in extensions


# 53403fe5 30-Jun-2015 Dmitry Stogov

Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal equialent sequences.


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 28d7bb97 23-Jun-2015 Rasmus Lerdorf

Fix more proto comments


# fb346c8f 16-Jun-2015 Nikita Popov

Support references in convert_to_*

conver_to_* functions now accept REFERENCE values, which will be
unwrapped before performing the usual conversion. This is consistent
with convert_

Support references in convert_to_*

conver_to_* functions now accept REFERENCE values, which will be
unwrapped before performing the usual conversion. This is consistent
with convert_scalar_to_number and matches the expected behavior in
a couple random use-sites I checked.

Also includes a couple fixes/cleanups elsewhere and two tests for
cases that previously didn't work (though the reference issue existed
all over the place).

show more ...


12345678910>>...15