summaryrefslogtreecommitdiff
path: root/ext/standard/var_unserializer.re
Commit message (Expand)AuthorAgeFilesLines
* Improved performance of unserialize(), original patch by galaxy dot mipt at g...Kalle Sommer Nielsen2010-09-181-20/+16
* Do these ops in the right order here. First of many fixes forRasmus Lerdorf2010-08-061-1/+1
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-291-1/+1
* Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-261-13/+28
* sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-031-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-0/+23
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-1/+1
* Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails)Dmitry Stogov2008-08-291-7/+10
* MFH: Add array_init_size() and use it where array size is known at initializa...Matt Wilmas2008-05-271-3/+1
* 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-1/+1
* - fix wsJani Taskinen2007-08-061-9/+9
* Fixed compiler warningIlia Alshanetsky2007-08-061-1/+1
* Proper fix for MOPB-29Dmitry Stogov2007-07-091-4/+8
* MFH: fix compile warningAntony Dovgal2007-03-271-1/+1
* fix MOPB-29 - unserialize modifier S does not calculate length correctlyStanislav Malyshev2007-03-231-5/+12
* Support for 'S' format in unserialize() (forward compatibility with PHPAndrei Zmievski2006-12-151-0/+61
* bump the year and license versionfoobar2006-01-011-3/+3
* MFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec)foobar2005-09-051-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if ...Dmitry Stogov2005-06-011-1/+2
* - Fixed bug with unserialize() with "exotic" letters in class namesfoobar2005-05-311-1/+1
* - Fix #31442 unserialize broken on 64-bit systemsMarcus Boerger2005-03-101-20/+20
* - Update signatureMarcus Boerger2005-03-071-2/+2
* This way around for correct error messagesStefan Esser2005-02-281-2/+2
* Drop invalid arraysStefan Esser2005-02-281-0/+4
* fix typoStanislav Malyshev2005-02-271-1/+1
* fix typoStanislav Malyshev2005-02-241-1/+1
* Correcting bounds check before someone uses this codeStefan Esser2005-02-231-1/+1
* Custom object serializer infrastructure - PHP implementationStanislav Malyshev2005-02-231-3/+43
* - Disallow illegal class namesMarcus Boerger2005-02-141-1/+8
* Fix handling of INF/NAN in unserialize().Ilia Alshanetsky2005-01-301-4/+2
* Fixed bug #31699 (unserialize() float problem on non-English locales).Ilia Alshanetsky2005-01-261-2/+2
* Fix compiler warning.Stefan Esser2005-01-171-1/+1
* and use it...Stefan Esser2005-01-151-4/+4
* Restore unserialize() speedStefan Esser2005-01-151-0/+36
* Handle already existing elements correctlyStefan Esser2004-12-031-2/+10
* Beware of negative indicesStefan Esser2004-12-011-1/+1
* - Earlier detection of failureMarcus Boerger2004-09-261-6/+6
* - Readd check for nested data (but correct this time)Marcus Boerger2004-09-121-0/+5
* - Check for legal key typesMarcus Boerger2004-09-121-1/+6
* - Remove wrong testMarcus Boerger2004-09-121-8/+0
* - Add some checks to unserialize() to prevent bufferoverflowsMarcus Boerger2004-09-051-15/+71
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-5/+1
* Portable solution for bug #27646 that works correct on Windows, tooMarcus Boerger2004-03-271-1/+18
* - Allow negative infinityMarcus Boerger2004-03-231-1/+1
* Bugfix #27646: Cannot serialize/unserialize non-finite numeric valuesMarcus Boerger2004-03-231-1/+1