summaryrefslogtreecommitdiff
path: root/ext/standard/var_unserializer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6php-5.6.4PHP-5.6.4Stanislav Malyshev2014-12-171-32/+36
* Fixed bug #68545 NULL pointer dereference in unserialize.cAnatol Belski2014-12-101-32/+38
* Fixed bug #68044: Integer overflow in unserialize() (32-bits only)Stanislav Malyshev2014-10-141-2/+2
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-06-161-1/+1
|\
| * Update copyright year for re2c generated filesLior Kaplan2014-06-161-1/+1
| * Fixed regression introduced by patch for bug #67072Anatol Belski2014-06-031-32/+36
|/
* Improved the fix for bug #67072, thanks NikitaAnatol Belski2014-04-181-33/+36
* Fixed bug #67072 Echoing unserialized "SplFileObject" crashAnatol Belski2014-04-171-33/+42
* Bump yearXinchen Hui2014-01-031-1/+1
* fix bug #65481 (shutdown segfault due to serialize)Michael Wallner2013-08-201-45/+72
* Fixed bug #64354 (Unserialize array of objects whose class can't be autoloade...Xinchen Hui2013-03-091-32/+58
* Merge fix of #62836 to ?.re, and regenerate ?.cXinchen Hui2013-01-211-31/+31
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #62836 (Seg fault or broken object references on unserialize())Xinchen Hui2012-08-171-0/+6
* - fix bug #60879, unserialize does not invoke __wakeupPierre Joye2012-02-281-0/+6
* - Year++Felipe Pena2012-01-011-1/+1
* - Make valgrind happy with session_decode_error2.phpt Felipe Pena2011-11-091-626/+286
* - Fixed #55798: serialize followed by unserialize with numeric object prop.Gustavo André dos Santos Lopes2011-09-281-35/+42
* - Year++Felipe Pena2011-01-011-1/+1
* Improved performance of unserialize(), original patch by galaxy dot mipt at g...Kalle Sommer Nielsen2010-09-181-299/+642
* - Updated generated fileFelipe Pena2010-08-061-2/+2
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-291-2/+2
* - Fix #51424, crypt() function hangs after 3rd callPierre Joye2010-06-151-1/+1
* Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-261-45/+60
* - [doc] add stream_set_read_buffer, equivalent of stream_set_write_buffer for...Pierre Joye2010-04-121-1/+1
* - those are in 5.3.2 now, merge to 5.3.2 section is comingPierre Joye2010-02-111-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-1/+1
* Fixed bug #44929 - Better handling of leading zerosRasmus Lerdorf2009-04-081-1/+1
* - MFH: Year++Felipe Pena2009-03-171-1/+1
* MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with dif...Matt Wilmas2009-03-171-18/+41
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-2/+2
* Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails)Dmitry Stogov2008-08-291-38/+41
* RegenerateMatt Wilmas2008-05-271-19/+17
* - Generated with re2c 0.13.4Jani Taskinen2008-04-081-369/+367
* MFB: Fixed bug #43614 (incorrect processing of numerical string keys of array...Felipe Pena2008-03-191-2/+2
* Fixed bug #42919 (Unserializing of namespaced class object fails)Dmitry Stogov2007-10-171-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-5/+5
* fix a few compiler warnings (mostly use of unitialized values)Nuno Lopes2007-09-291-2/+2
* Touch generated fileJani Taskinen2007-08-061-42/+42
* Proper fix for MOPB-29Dmitry Stogov2007-07-091-4/+8
* MFH: fix compile warningAntony Dovgal2007-03-271-3/+3
* regenerate to fix gcov build. plus use re2c bitvectorsNuno Lopes2007-03-231-758/+413
* fix MOPB-29 - unserialize modifier S does not calculate length correctlyStanislav Malyshev2007-03-231-469/+788
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Support for 'S' format in unserialize() (forward compatibility with PHPAndrei Zmievski2006-12-151-300/+390
* bump year and license versionfoobar2006-01-011-4/+4
* touch with re2c 0.9.11foobar2005-12-181-2/+2
* MFH: - Fix paths for --enable-gcovfoobar2005-12-011-31/+31
* touchfoobar2005-09-051-191/+163