History log of /php-src/ext/spl/spl_iterators.c (Results 201 – 225 of 504)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 110cf649 29-Oct-2014 Anatol Belski

fix datatype mismatches

especially spl_dual_it_object current.pos should have the same datatype as
limit.offset, also this doesn't increase the struct size.

# 1f4f2ef4 14-Oct-2014 Tjerk Meesters

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed bug #68128

Conflicts:
ext/spl/spl_iterators.c


# fb35d7c5 14-Oct-2014 Tjerk Meesters

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #68128


# 71ba5336 06-Oct-2014 Tjerk Meesters

Fixed bug #68128

Three issues are addressed:

- RecursiveRegexIterator::accept() should accept non-empty arrays without
applying any regular expression and RegexIterator::accep

Fixed bug #68128

Three issues are addressed:

- RecursiveRegexIterator::accept() should accept non-empty arrays without
applying any regular expression and RegexIterator::accept() should not accept
an array.
- RegexIterator::accept() should not accept an atom that fails to match
anything, even when PREG_PATTERN_ORDER is used (which would return an array
of empty arrays).
- RecursiveRegexIterator::getChildren() should pass all constructor arguments
to its child iterator instead of just the regular expression.

show more ...

# e5e9d834 09-Oct-2014 Nikita Popov

Remove zend_get_class_entry function

Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2
# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...

# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

# bccc6531 19-Sep-2014 Dmitry Stogov

Avoid double IS_INTERNED() check

Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t

Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 90d6f60b 17-Aug-2014 Anatol Belski

mostly fixes to spl, but also some other

# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions

Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# a08b7b77 13-Aug-2014 Dmitry Stogov

cleanup

# 05eaed43 12-Aug-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master:
fix the failing date tests introduced with the latest timezonedb update Derick confirmed on irc that the new/current behavior is the correct

Merge branch 'master' into phpng

* master:
fix the failing date tests introduced with the latest timezonedb update Derick confirmed on irc that the new/current behavior is the correct and that the tests should be updated to reflect it
Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException wrong message)

show more ...


# dc06b4f9 11-Aug-2014 Xinchen Hui

Merge branch 'PHP-5.6'


# 1f496744 11-Aug-2014 Xinchen Hui

Merge branch 'PHP-5.5' into PHP-5.6


# b6ddcf9c 11-Aug-2014 Xinchen Hui

Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException wrong message)

# dc70139d 11-Aug-2014 krakjoe

update zend_make_printable_zval to take TSRM context

Revision tags: php-5.5.16RC1, php-5.4.32RC1
# 7301994c 04-Aug-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master: (46 commits)
PHP_INT_MIN and _MAX tests
NEWS and UPGRADING
Added PHP_INT_MIN
Fix wrong lenght size
Bug #51096 - Remov

Merge branch 'master' into phpng

* master: (46 commits)
PHP_INT_MIN and _MAX tests
NEWS and UPGRADING
Added PHP_INT_MIN
Fix wrong lenght size
Bug #51096 - Remove unnecessary ? for first/last day of
Moved streams related functions to xp_ssl.c
Remove duplicate NEWS
Update NEWS
Update NEWS
Update NEWS
BFN
BFN
Fixed bug #67715 (php-milter does not build and crashes randomly).
We need to turn off any strict mode here for this warning to show up
Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html
Revert "Fix bug #67064 in a BC safe way"
Updated NEWS for #67693
Updated NEWS for #67693
Fixed bug #67693 - incorrect push to the empty array
add missing entry to NEWS
...

Conflicts:
Zend/tests/errmsg_040.phpt
Zend/tests/ns_059.phpt
Zend/zend_language_parser.y
Zend/zend_vm_def.h
ext/openssl/openssl.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/spl/spl_directory.c
ext/spl/spl_iterators.c
ext/sqlite3/sqlite3.c
ext/standard/array.c

show more ...


Revision tags: php-5.3.29RC1, php-5.6.0RC3
# 47a12117 27-Jul-2014 Stanislav Malyshev

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix SPL objects initialization checks


# 90a0d58a 27-Jul-2014 Stanislav Malyshev

Fix SPL objects initialization checks

Revision tags: php-5.5.15, php-5.4.31
# 9d6e45a0 09-Jul-2014 Dmitry Stogov

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

Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2
# e328e890 28-Jun-2014 Xinchen Hui

Fixed add_ref

Revision tags: php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# 91b2ddc8 01-Jun-2014 Xinchen Hui

Merge branch 'master' into phpng

Conflicts:
ext/spl/spl_array.c
ext/spl/spl_directory.c
ext/standard/formatted_print.c


# d196ac6a 01-Jun-2014 Xinchen Hui

Merge branch 'PHP-5.6'


12345678910>>...21