summaryrefslogtreecommitdiff
path: root/ext/standard/var_unserializer.re
Commit message (Expand)AuthorAgeFilesLines
* Unicode support.Andrei Zmievski2005-08-111-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
* fix bug #27120 and bug #25975 - preserve is_ref when boundStanislav Malyshev2004-02-031-0/+21
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Bugfix #26762 unserialize() produces lowercase classnamesMarcus Boerger2004-01-021-6/+0
* - Fixed bug #25378 (Invalid data passed to unserialize() causes segfault)foobar2003-09-031-3/+4
* don't try to wakeup incomplete classesStanislav Malyshev2003-08-051-3/+5
* Fixed a leak that occurs with "R" reference variable specifier.Moriyoshi Koizumi2003-07-021-0/+3
* fix by ilia to fix crashes in the session extension when /tmp/sess_* filesSterling Hughes2003-06-261-1/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* Leftover.Sebastian Bergmann2003-06-021-2/+2
* Fix namespace related problemsMarcus Boerger2003-05-241-32/+43
* Fix unserializeMarcus Boerger2003-05-181-1/+1
* add missing headerfoobar2003-04-171-0/+20
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-241-3/+3
* Made unserialize handle floats with an E notation - bug #18654Sander Roobol2002-08-191-1/+1
* ZE2 compatibility fixStanislav Malyshev2002-08-181-2/+10
* need to export var_replace and var_destroy for win32Shane Caraveo2002-08-041-2/+2
* rval_temp was declared but never usedSascha Schumann2002-05-041-2/+0
* Fix couple of nasty serializer bugs:Stanislav Malyshev2002-04-281-0/+7
* removed anoying warningsHarald Radi2002-03-171-1/+1
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
* Allow unserializer_callback_func to be turned off.Bernd Roemer2001-12-021-1/+1