summaryrefslogtreecommitdiff
path: root/ext/standard/var_unserializer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-5/+1
* Touch after .cMarcus Boerger2004-03-271-153/+174
* Update .c output after .reMarcus Boerger2004-03-231-125/+134
* Bugfix #27646: Cannot serialize/unserialize non-finite numeric valuesMarcus Boerger2004-03-231-116/+210
* touchfoobar2004-02-031-1/+1
* fix bug #27120 and bug #25975 - preserve is_ref when boundStanislav Malyshev2004-02-031-153/+199
* touch generated filesfoobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Bugfix #26762 unserialize() produces lowercase classnamesMarcus Boerger2004-01-021-11/+5
* syncfoobar2003-09-031-33/+24