summaryrefslogtreecommitdiff
path: root/ext/standard/var_unserializer.re
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Also patch the file from which var_unserializer.c is generatedDerick Rethans2001-11-261-4/+33
* Fix two incidents which have been reported about the new unserializer.Sascha Schumann2001-11-161-3/+15
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-101-0/+361