summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize
Commit message (Expand)AuthorAgeFilesLines
* Proper fix for MOPB-29Dmitry Stogov2007-07-091-1/+1
* fix testsAntony Dovgal2007-04-261-0/+2
* fix MOPB-29 - unserialize modifier S does not calculate length correctlyStanislav Malyshev2007-03-231-0/+14
* fixAntony Dovgal2007-02-261-5/+5
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-061-2/+2
* fix testHannes Magnusson2006-08-301-1/+1
* Fixed bug #37947 (zend_ptr_stack reallocation problem)Dmitry Stogov2006-07-101-0/+21
* - Fixed bug with unserialize() with "exotic" letters in class namesfoobar2005-05-311-0/+29
* - Add new testMarcus Boerger2005-04-051-0/+186
* - Times have changed - php 5 relevant version nowMarcus Boerger2005-03-111-7/+20
* - Allow to work under php 5Marcus Boerger2005-03-111-16/+18
* Add test for bug #31402foobar2005-01-181-0/+72
* - Add new testMarcus Boerger2005-01-081-0/+8
* - UnifyMarcus Boerger2005-01-081-1/+1
* - Add more testsMarcus Boerger2004-09-264-0/+101
* - Add some checks when unserializing data to prevent buffer overflowsMarcus Boerger2004-09-051-1/+51
* Fix testMarcus Boerger2004-09-021-0/+2
* - Add test for bug #28325.Moriyoshi Koizumi2004-07-051-0/+39
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
* BUG #27469 was fixed (serialize() objects of incomplete class)Dmitry Stogov2004-03-181-0/+27
* Add new testMarcus Boerger2004-01-021-0/+27
* Fix testMarcus Boerger2003-12-221-0/+5
* Fix tests for E_STRICT and check for E_STRICT in run-tests.php.Marcus Boerger2003-11-301-1/+1
* test for bug #25378foobar2003-09-031-0/+9
* Fixed bug #21957 (serialize() mangles objects with __sleep).Ilia Alshanetsky2003-08-111-0/+49
* Added/improved tests for bugs 24142, 24063, 24951, 24980Ilia Alshanetsky2003-08-091-5/+14
* Fixed bug #24063 (*printf() did not handle scientific notation correctly)Ilia Alshanetsky2003-06-302-1/+15
* No more namespacesMarcus Boerger2003-06-141-62/+0
* Add new testMarcus Boerger2003-05-241-0/+62
* added another test case (due to the problems we saw with 4.3.2RC4)foobar2003-05-221-0/+33
* This depends on libc and CPU usedMarcus Boerger2003-05-211-1/+1
* Fix Test (2nd time)Marcus Boerger2003-05-201-8/+8
* Fix TestMarcus Boerger2003-05-191-2/+3
* Fix test (for now - need EXPECTF/EXPECTREGEX)Marcus Boerger2003-05-181-1/+1
* Fixed test case so it reflects the recent change on var_dump()Moriyoshi Koizumi2003-05-081-2/+2
* Make serialize precision a configurable option.Ilia Alshanetsky2003-05-081-0/+2
* Fixed tests to reflect full float values.Ilia Alshanetsky2003-05-052-5/+5
* Fixed bug #23298 (serialize cuts off floats & doubles)Ilia Alshanetsky2003-05-041-0/+11
* oopsMoriyoshi Koizumi2003-03-311-1/+1
* Fixed test; in ZE2, all the properties used in any methods are populatedMoriyoshi Koizumi2003-03-311-3/+5
* Renamed the test name as per the convensionMoriyoshi Koizumi2003-01-231-3/+1
* Made unserialize handle floats with an E notation - bug #18654Sander Roobol2002-08-191-0/+24
* improve last patch:Thies C. Arntzen2001-12-011-2/+4
* serialized data would be incoorect if __sleep() returned a variable-nameThies C. Arntzen2001-12-011-0/+34
* test big numbers tooStanislav Malyshev2001-08-201-0/+4
* added test for serializeThies C. Arntzen2001-07-091-0/+111