History log of /php-src/ext/spl/spl_iterators.c (Results 126 – 150 of 504)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4bd7658e 27-Jan-2018 Christoph M. Becker

Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature

# a6519d05 02-Jan-2018 Xinchen Hui

year++

# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++

# ccd4716e 02-Jan-2018 Xinchen Hui

year++

# 9e709e2f 14-Dec-2017 Dmitry Stogov

Move constants into read-only data segment

# 1db84022 14-Dec-2017 Dmitry Stogov

Move zend_object_iterator_funcs structures into read-only data segment

# b72b1a4e 25-Nov-2017 Nikita Popov

Add zend_object_alloc() API

Using ecalloc() to create objects is expensive, because the
dynamic-size memset() is unreasonably slow. Make sure we only
zero the main object structure w

Add zend_object_alloc() API

Using ecalloc() to create objects is expensive, because the
dynamic-size memset() is unreasonably slow. Make sure we only
zero the main object structure with known size, as the properties
are intialized separately anyway.

Technically we do not need to zero the embedded zend_object
structure either, but as long as the memset argument is constant,
a couple more bytes don't really matter.

show more ...

# 20d930d8 14-Nov-2017 Anatol Belski

Fix remaining signedness warnings

# a5bc5aed 12-Oct-2017 Anatol Belski

Patch core for PCRE2 support

RFC https://wiki.php.net/rfc/pcre2-migration

# d56a534a 02-Nov-2017 Xinchen Hui

RC manipulation cleanup 2

# 49ea143b 26-Oct-2017 Dmitry Stogov

Encapsulate reference-counting primitives.
Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be instead.
Added mactros to validate reference-count

Encapsulate reference-counting primitives.
Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be instead.
Added mactros to validate reference-counting (disabled for now).
These macros are going to be used to eliminate race-condintions during reference-counting on data shared between threads.

show more ...

# f87e5135 12-Sep-2017 Joe Watkins

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop


# 7015d221 12-Sep-2017 Joe Watkins

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop


# 3e11b7fc 10-Sep-2017 jhdxr

fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop

# b2824629 04-Sep-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# b689857d 04-Sep-2017 Nikita Popov

Revert "Fixed #74977 - Appending AppendIterator leads to segfault"

This reverts commit dbc2ffba822d13e74e37f5ba6e106f163c1008e8.

# 4f06b627 01-Aug-2017 Julien Pauli

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Updated NEWS
Updated NEWS
Fix #75015. Crash in SPL destructors


# cd06b5af 01-Aug-2017 Julien Pauli

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Updated NEWS
Fix #75015. Crash in SPL destructors


# 64e6ddc7 01-Aug-2017 Julien Pauli

Fix #75015. Crash in SPL destructors

# 2e875942 25-Jul-2017 Joe Watkins

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed #74977 - Appending AppendIterator leads to segfault


# dbc2ffba 24-Jul-2017 andrewnester

Fixed #74977 - Appending AppendIterator leads to segfault

# f626a783 27-Jun-2017 Dmitry Stogov

Avoid string duplication in preg_split()

# 2030b598 22-Jun-2017 Joe Watkins

Merge branch 'PHP-7.1'

* PHP-7.1:
fix bug #73471 PHP freezes with AppendIterator


# c56378b0 22-Jun-2017 Joe Watkins

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
fix bug #73471 PHP freezes with AppendIterator


# 81c2a4b9 30-Apr-2017 jhdxr

fix bug #73471 PHP freezes with AppendIterator

12345678910>>...21