summaryrefslogtreecommitdiff
path: root/ext/spl/spl_observer.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-131-1/+1
|\
| * MFHXinchen Hui2012-12-131-1/+1
* | Use get_gc instead of hacks of get_propertiesDmitry Stogov2012-12-051-12/+5
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118Felipe Pena2011-03-011-6/+1
| * Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland)Etienne Kneuss2011-01-051-0/+31
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Added missing void arg checksFelipe Pena2010-11-141-1/+57
| * - Small optimization of the fix of bug #53071. It's not necessary to destroyGustavo André dos Santos Lopes2010-10-251-7/+0
| * - Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles).Gustavo André dos Santos Lopes2010-10-251-2/+63
| * - Fixed bug #53144 (SplObjectStorage::removeAll())Felipe Pena2010-10-241-8/+8
| * fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-291-0/+20
* | Fixed bug #61453.Gustavo André dos Santos Lopes2012-03-211-2/+2
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug #60240 (invalid read/writes when unserializing specially crafted st...Michael Wallner2011-12-021-3/+6
* | Sizeof mismatchXinchen Hui2011-08-081-1/+1
* | Wrong sizeofXinchen Hui2011-08-081-1/+1
* | - Drop C++ style commentsFelipe Pena2011-06-101-1/+1
* | - Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118Felipe Pena2011-03-011-6/+1
* | Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland)Etienne Kneuss2011-01-051-0/+31
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Added missing void arg checksFelipe Pena2010-11-141-1/+57
* | - Small optimization of the fix of bug #53071. It's not necessary to destroyGustavo André dos Santos Lopes2010-10-251-7/+0
* | - Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles).Gustavo André dos Santos Lopes2010-10-251-2/+63
* | - Fixed bug #53144 (SplObjectStorage::removeAll())Felipe Pena2010-10-241-9/+11
* | fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-291-0/+28
* | Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-261-5/+7
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-3/+5
* | fix the fix for the fixEtienne Kneuss2010-05-101-0/+2
* | Fix crashEtienne Kneuss2010-05-101-7/+12
* | - Fix crash when instantiating MultipleIteratorFelipe Pena2010-05-101-1/+1
* | Fix build, declarings firstKalle Sommer Nielsen2010-05-031-2/+3
* | Fix misplaced codeEtienne Kneuss2010-04-291-2/+7
* | Implement SplObjectStorage::getHash()Etienne Kneuss2010-04-291-59/+146
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix bug #49263 (Offset error when unserializing self-references in SplObjectS...Etienne Kneuss2009-10-061-1/+1
* Fix several recursion problems when var_dump'ing self-referencing objectsEtienne Kneuss2009-08-131-24/+34
* MFH:Felipe Pena2009-07-041-18/+28
* MFH: Fix #47671 (cloning SplObjectStorage instances)Etienne Kneuss2009-03-191-75/+106
* MFH: Implement SplObjectStorage::addAll/removeAllEtienne Kneuss2009-01-161-1/+59
* MFH: Fix #47045 (Correctly compare splobjectstorages with ==)Etienne Kneuss2009-01-141-1/+28
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-1/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-13/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-1/+13