History log of /php-src/ext/spl/spl_iterators.c (Results 151 – 175 of 504)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 71daef93 07-Jun-2017 Dmitry Stogov

preg_replace() optimization

# 27e7aea4 25-May-2017 Dmitry Stogov

"Countable" interface is moved from SPL to Core

# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 46ab1079 02-Nov-2016 Xinchen Hui

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #73423 (Reproducible crash with GDB backtrace)


# 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 ""

# 2205fada 22-Sep-2016 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# c38f88dd 22-Sep-2016 Nikita Popov

Merge branch 'PHP-5.6' into PHP-7.0


# 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 ...

# a8c4a426 27-Jul-2016 Pierrick Charron

Merge branch 'PHP-7.0' into PHP-7.1


# 2597f5d6 27-Jul-2016 Pierrick Charron

Merge branch 'PHP-5.6' into PHP-7.0

Conflicts:
ext/spl/spl_iterators.c


# 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

# 24237027 05-Jul-2016 Aaron Piotrowski

Merge branch 'throw-error-in-extensions'


# 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

# e3c681aa 11-Jun-2016 Aaron Piotrowski

Merge branch 'master' into throw-error-in-extensions


# 7648f20d 19-Apr-2016 Xinchen Hui

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

# ed35de78 01-Jan-2016 Lior Kaplan

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Happy new year (Update copyright to 2016)


# 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)

12345678910>>...21