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 |
|
#
af59e92b |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 7
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE |
|
#
5d62cf2f |
| 21-Aug-2014 |
Anatol Belski |
fix zpp
|
Revision tags: php-5.5.16, php-5.4.32 |
|
#
4498f93c |
| 20-Aug-2014 |
Anatol Belski |
more fixes to ext/spl
|
#
90d6f60b |
| 17-Aug-2014 |
Anatol Belski |
mostly fixes to spl, but also some other
|
#
1169de3e |
| 16-Aug-2014 |
Anatol Belski |
fix some cases with fast zpp
|
#
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, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1 |
|
#
51c38a09 |
| 02-Jul-2014 |
Xinchen Hui |
Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting)
|
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14 |
|
#
c74efe1b |
| 22-Jun-2014 |
Stanislav Malyshev |
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion Conflicts: ext/spl/spl_array.c ext/spl/tests/SplObjectStorage_unserialize_bad.phpt
|
Revision tags: php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1 |
|
#
e2ba5c79 |
| 11-Jun-2014 |
Stanislav Malyshev |
Fix bug #66127 (Segmentation fault with ArrayObject unset)
|
#
27f38798 |
| 11-Jul-2014 |
Dmitry Stogov |
Fast parameter parsing API This API is experemental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap us
Fast parameter parsing API This API is experemental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)
show more ...
|
#
2ed8a170 |
| 07-Jul-2014 |
Dmitry Stogov |
Refactored run_time_cache usage in object handlers
|
#
22882a9d |
| 02-Jul-2014 |
Xinchen Hui |
Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting)
|
#
a374dfab |
| 22-Jun-2014 |
Stanislav Malyshev |
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
|
#
b03993dd |
| 22-Jun-2014 |
Stanislav Malyshev |
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
|
#
88223c52 |
| 22-Jun-2014 |
Stanislav Malyshev |
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
|
#
ea466a31 |
| 17-Jun-2014 |
Remi Collet |
Fix Request #67453 Allow to unserialize empty data. SplDoublyLinkedList, SplObjectStorage and ArrayObject have empty constructor (no arg), so it make sense to allow to unserialize empty
Fix Request #67453 Allow to unserialize empty data. SplDoublyLinkedList, SplObjectStorage and ArrayObject have empty constructor (no arg), so it make sense to allow to unserialize empty data. This allow the hack (used in various place, including PHPUnit) to instanciate class without call to constructor to work.
show more ...
|
#
2b04d689 |
| 11-Jun-2014 |
Stanislav Malyshev |
Fix bug #66127 (Segmentation fault with ArrayObject unset)
|
#
317bcb96 |
| 11-Jun-2014 |
Stanislav Malyshev |
Fix bug #66127 (Segmentation fault with ArrayObject unset)
|
Revision tags: php-5.6.0beta4 |
|
#
92c9f826 |
| 29-May-2014 |
Nikita Popov |
Revert "Fix ArrayObject with immutable array" This reverts commit 9c85aa0489671e6cec43406161c558567e5b7336.
|
#
9c85aa04 |
| 29-May-2014 |
Nikita Popov |
Fix ArrayObject with immutable array
|
#
b5d9983f |
| 29-May-2014 |
Adam Harvey |
Check for zero-length keys in spl_array_skip_protected and don't skip them. Fixes bug #67360 (Missing element after ArrayObject::getIterator).
|
Revision tags: php-5.4.29, php-5.5.13 |
|
#
9eb89ddd |
| 23-May-2014 |
Dmitry Stogov |
Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros.
|
Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
d4295eb2 |
| 07-May-2014 |
Tjerk Meesters |
Prevent recursion in ZF2 Parameters class
|