summaryrefslogtreecommitdiff
path: root/ext/standard/var_unserializer.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Bumber up yearfoobar2005-08-031-1/+1
* - Regenerated with re2c 0.9.8foobar2005-06-281-18/+20
* revertfoobar2005-06-111-19/+19
* regenerated with re2c 0.9.7foobar2005-06-111-19/+19
* touchfoobar2005-06-021-15/+15
* Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if ...Dmitry Stogov2005-06-011-1/+2
* Touchfoobar2005-05-311-2/+2
* - Regenerated with re2c 0.9.6 (fixes severe bugs)foobar2005-04-141-38/+44
* - Wrong order of action - touchMarcus Boerger2005-03-101-1/+1
* - Fix #31442 unserialize broken on 64-bit systemsMarcus Boerger2005-03-091-37/+37
* updatefoobar2005-03-081-3/+3
* updatefoobar2005-03-011-15/+19
* fix typoStanislav Malyshev2005-02-271-1/+1
* - Generated with re2c 0.9.4foobar2005-02-241-44/+118
* 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-131/+97
* - Disallow illegal class names (.c part)Marcus Boerger2005-02-141-30/+37
* Fix handling of INF/NAN in unserialize().Ilia Alshanetsky2005-01-301-19/+17
* Fixed bug #31699 (unserialize() float problem on non-English locales).Ilia Alshanetsky2005-01-261-24/+24
* Touch the generated file.foobar2005-01-181-1/+1
* 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 failure (.c now)Marcus Boerger2004-09-261-7/+7
* - Moe changed from .re to .cMarcus Boerger2004-09-121-16/+26
* - Remove wrong testMarcus Boerger2004-09-121-23/+15
* TouchMarcus Boerger2004-09-051-1/+1
* - Add some checks when unserializing data to prevent buffer overflowsMarcus Boerger2004-09-051-108/+149