Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
6958cb4a |
| 14-Nov-2010 |
Felipe Pena |
- Added missing void arg checks |
#
8192f0f7 |
| 14-Nov-2010 |
Felipe Pena |
- Added missing void arg checks |
#
384cd8cd |
| 25-Oct-2010 |
Gustavo André dos Santos Lopes |
- Small optimization of the fix of bug #53071. It's not necessary to destroy the debug info as it's not holding references anymore (the fix removed the refcount increments). |
#
21d70406 |
| 25-Oct-2010 |
Gustavo André dos Santos Lopes |
- Small optimization of the fix of bug #53071. It's not necessary to destroy the debug info as it's not holding references anymore (the fix removed the refcount increments). |
#
5721132c |
| 25-Oct-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles). |
#
7fcce35f |
| 25-Oct-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles). |
#
f0d2559d |
| 24-Oct-2010 |
Felipe Pena |
- Fixed bug #53144 (SplObjectStorage::removeAll()) |
#
6887b97a |
| 24-Oct-2010 |
Felipe Pena |
- Fixed bug #53144 (SplObjectStorage::removeAll()) |
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2 |
|
#
865f8571 |
| 29-Jun-2010 |
Stanislav Malyshev |
fix SplObjectStorage unserialization (CVE-2010-2225) |
#
de8022e9 |
| 29-Jun-2010 |
Stanislav Malyshev |
fix SplObjectStorage unserialization (CVE-2010-2225) |
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
89e93723 |
| 26-May-2010 |
Michael Wallner |
Added support for object references in recursive serialize() calls. FR #36424 |
#
c5237d82 |
| 24-May-2010 |
Dmitry Stogov |
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties |
#
74396cf3 |
| 10-May-2010 |
Etienne Kneuss |
fix the fix for the fix |
#
815db040 |
| 10-May-2010 |
Etienne Kneuss |
Fix crash |
#
8d467078 |
| 10-May-2010 |
Felipe Pena |
- Fix crash when instantiating MultipleIterator |
#
5c628d55 |
| 03-May-2010 |
Kalle Sommer Nielsen |
Fix build, declarings first |
#
f9532adc |
| 29-Apr-2010 |
Etienne Kneuss |
Fix misplaced code |
#
e6ee260b |
| 29-Apr-2010 |
Etienne Kneuss |
Implement SplObjectStorage::getHash() |
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php |
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0 |
|
#
ef2b799a |
| 06-Oct-2009 |
Etienne Kneuss |
Fix bug #49263 (Offset error when unserializing self-references in SplObjectStorage) |
Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2 |
|
#
6e164aa3 |
| 13-Aug-2009 |
Etienne Kneuss |
Fix several recursion problems when var_dump'ing self-referencing objects |
Revision tags: php-5.2.11RC1 |
|
#
fc4e43ec |
| 04-Jul-2009 |
Felipe Pena |
MFH: - Added missing methods' arginfo (for void params) - Fixed arginfos: - MultipleIterator::__construct - MultipleIterator::setFlags (Thanks Philip!) - SplFixedArray:
MFH: - Added missing methods' arginfo (for void params) - Fixed arginfos: - MultipleIterator::__construct - MultipleIterator::setFlags (Thanks Philip!) - SplFixedArray::__construct
show more ...
|
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1 |
|
#
225d86dc |
| 19-Mar-2009 |
Etienne Kneuss |
MFH: Fix #47671 (cloning SplObjectStorage instances) |
Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
5755d152 |
| 16-Jan-2009 |
Etienne Kneuss |
MFH: Implement SplObjectStorage::addAll/removeAll |
#
cd63e52c |
| 14-Jan-2009 |
Etienne Kneuss |
MFH: Fix #47045 (Correctly compare splobjectstorages with ==) |