| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #64354 (Unserialize array of objects whose class can't be autoloade... | Xinchen Hui | 2013-03-09 | 3 | -0/+78 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 7 | -0/+0 |
|\ |
|
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 7 | -0/+0 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-02 | 1 | -0/+24 |
|\ \
| |/ |
|
| * | Add test for #35895 | Xinchen Hui | 2012-10-02 | 1 | -0/+24 |
| * | Fix bug #62373 (serialize() generates wrong reference to the object) | Moriyoshi Koizumi | 2012-06-25 | 1 | -0/+25 |
| * | duh, I didn't wanted to commit that modification | Ferenc Kovacs | 2011-10-23 | 1 | -0/+0 |
| * | fix test, it was fixed for trunk and 5.4 in r314005 | Ferenc Kovacs | 2011-10-22 | 1 | -0/+0 |
| * | - Fixed #55798: serialize followed by unserialize with numeric object prop. | Gustavo André dos Santos Lopes | 2011-09-28 | 1 | -0/+18 |
| * | Fixed test | Ilia Alshanetsky | 2011-06-28 | 1 | -0/+0 |
| * | Fixed test to account for smaller default floating point # precision | Ilia Alshanetsky | 2011-06-08 | 1 | -0/+0 |
| * | adding the serialize_precision=100 for the tests, credits to Mats Lindh for r... | Ferenc Kovacs | 2011-05-16 | 5 | -1/+7 |
| * | reverting 311103,311105-311109, will commit them to all three branches | Ferenc Kovacs | 2011-05-16 | 5 | -7/+1 |
| * | adding the serialize_precision=100 for the tests, credits to Mats Lindh for r... | Ferenc Kovacs | 2011-05-16 | 5 | -1/+7 |
| * | - Changed default serialize_precision from 100 to 17, as discussed in internals. | Gustavo André dos Santos Lopes | 2011-02-08 | 1 | -0/+49 |
| * | - Fixed tests | Felipe Pena | 2010-04-03 | 5 | -538/+68 |
* | | Fixed bug #62836 (Seg fault or broken object references on unserialize()) | Xinchen Hui | 2012-08-17 | 2 | -0/+71 |
* | | Fix bug #62373 (serialize() generates wrong reference to the object) | Moriyoshi Koizumi | 2012-06-25 | 1 | -0/+25 |
* | | - Fixed #55798: serialize followed by unserialize with numeric object prop. | Gustavo André dos Santos Lopes | 2011-09-28 | 1 | -0/+18 |
* | | fix tests | Stanislav Malyshev | 2011-08-01 | 1 | -0/+0 |
* | | Fixed test | Ilia Alshanetsky | 2011-06-28 | 1 | -0/+0 |
* | | Fixed test to account for smaller default floating point # precision | Ilia Alshanetsky | 2011-06-08 | 1 | -0/+0 |
* | | adding the serialize_precision=100 for the tests, credits to Mats Lindh for r... | Ferenc Kovacs | 2011-05-16 | 5 | -1/+7 |
* | | - Changed default serialize_precision from 100 to 17, as discussed in internals. | Gustavo André dos Santos Lopes | 2011-02-08 | 1 | -0/+49 |
* | | Added support for object references in recursive serialize() calls. FR #36424 | Michael Wallner | 2010-05-26 | 1 | -0/+72 |
* | | - Fixed tests | Felipe Pena | 2010-04-03 | 5 | -538/+68 |
|/ |
|
* | MFH | Arnaud Le Blanc | 2009-04-25 | 1 | -1/+1 |
* | MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with dif... | Matt Wilmas | 2009-03-17 | 1 | -0/+8 |
* | - Fixed tests | Felipe Pena | 2008-11-04 | 1 | -2/+2 |
* | MFH | Antony Dovgal | 2008-09-16 | 1 | -0/+27 |
* | Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails) | Dmitry Stogov | 2008-08-29 | 2 | -9/+36 |
* | - New parameter parsing API | Felipe Pena | 2008-06-20 | 1 | -3/+3 |
* | fix test | Antony Dovgal | 2008-03-19 | 1 | -0/+0 |
* | MFB: Fixed bug #43614 (incorrect processing of numerical string keys of array... | Felipe Pena | 2008-03-19 | 1 | -0/+21 |
* | Adding more tests for serialize() and unserialize(). | Robin Fernandes | 2008-03-18 | 26 | -1/+4265 |
* | - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) | Marcus Boerger | 2008-02-23 | 1 | -1/+1 |
* | Fixed bug #42919 (Unserializing of namespaced class object fails) | Dmitry Stogov | 2007-10-17 | 1 | -0/+14 |
* | Proper fix for MOPB-29 | Dmitry Stogov | 2007-07-09 | 1 | -1/+1 |
* | fix tests | Antony Dovgal | 2007-04-26 | 1 | -0/+2 |
* | fix MOPB-29 - unserialize modifier S does not calculate length correctly | Stanislav Malyshev | 2007-03-23 | 1 | -0/+14 |
* | fix | Antony Dovgal | 2007-02-26 | 1 | -5/+5 |
* | MFH: use BSD licensed implementation of double-to-string utilities instead of... | Antony Dovgal | 2006-12-06 | 1 | -2/+2 |
* | fix test | Hannes Magnusson | 2006-08-30 | 1 | -1/+1 |
* | Fixed bug #37947 (zend_ptr_stack reallocation problem) | Dmitry Stogov | 2006-07-10 | 1 | -0/+21 |
* | - Fixed bug with unserialize() with "exotic" letters in class names | foobar | 2005-05-31 | 1 | -0/+29 |
* | - Add new test | Marcus Boerger | 2005-04-05 | 1 | -0/+186 |
* | - Times have changed - php 5 relevant version now | Marcus Boerger | 2005-03-11 | 1 | -7/+20 |
* | - Allow to work under php 5 | Marcus Boerger | 2005-03-11 | 1 | -16/+18 |
* | Add test for bug #31402 | foobar | 2005-01-18 | 1 | -0/+72 |
* | - Add new test | Marcus Boerger | 2005-01-08 | 1 | -0/+8 |