| Commit message (Expand) | Author | Age | Files | Lines |
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -2/+2 |
* | Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails) | Dmitry Stogov | 2008-08-29 | 1 | -38/+41 |
* | Regenerate | Matt Wilmas | 2008-05-27 | 1 | -19/+17 |
* | - Generated with re2c 0.13.4 | Jani Taskinen | 2008-04-08 | 1 | -369/+367 |
* | MFB: Fixed bug #43614 (incorrect processing of numerical string keys of array... | Felipe Pena | 2008-03-19 | 1 | -2/+2 |
* | Fixed bug #42919 (Unserializing of namespaced class object fails) | Dmitry Stogov | 2007-10-17 | 1 | -1/+1 |
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -5/+5 |
* | fix a few compiler warnings (mostly use of unitialized values) | Nuno Lopes | 2007-09-29 | 1 | -2/+2 |
* | Touch generated file | Jani Taskinen | 2007-08-06 | 1 | -42/+42 |
* | Proper fix for MOPB-29 | Dmitry Stogov | 2007-07-09 | 1 | -4/+8 |
* | MFH: fix compile warning | Antony Dovgal | 2007-03-27 | 1 | -3/+3 |
* | regenerate to fix gcov build. plus use re2c bitvectors | Nuno Lopes | 2007-03-23 | 1 | -758/+413 |
* | fix MOPB-29 - unserialize modifier S does not calculate length correctly | Stanislav Malyshev | 2007-03-23 | 1 | -469/+788 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Support for 'S' format in unserialize() (forward compatibility with PHP | Andrei Zmievski | 2006-12-15 | 1 | -300/+390 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -4/+4 |
* | touch with re2c 0.9.11 | foobar | 2005-12-18 | 1 | -2/+2 |
* | MFH: - Fix paths for --enable-gcov | foobar | 2005-12-01 | 1 | -31/+31 |
* | touch | foobar | 2005-09-05 | 1 | -191/+163 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | - Regenerated with re2c 0.9.8 | foobar | 2005-06-28 | 1 | -18/+20 |
* | revert | foobar | 2005-06-11 | 1 | -19/+19 |
* | regenerated with re2c 0.9.7 | foobar | 2005-06-11 | 1 | -19/+19 |
* | touch | foobar | 2005-06-02 | 1 | -15/+15 |
* | Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if ... | Dmitry Stogov | 2005-06-01 | 1 | -1/+2 |
* | Touch | foobar | 2005-05-31 | 1 | -2/+2 |
* | - Regenerated with re2c 0.9.6 (fixes severe bugs) | foobar | 2005-04-14 | 1 | -38/+44 |
* | - Wrong order of action - touch | Marcus Boerger | 2005-03-10 | 1 | -1/+1 |
* | - Fix #31442 unserialize broken on 64-bit systems | Marcus Boerger | 2005-03-09 | 1 | -37/+37 |
* | update | foobar | 2005-03-08 | 1 | -3/+3 |
* | update | foobar | 2005-03-01 | 1 | -15/+19 |
* | fix typo | Stanislav Malyshev | 2005-02-27 | 1 | -1/+1 |
* | - Generated with re2c 0.9.4 | foobar | 2005-02-24 | 1 | -44/+118 |
* | fix typo | Stanislav Malyshev | 2005-02-24 | 1 | -1/+1 |
* | Correcting bounds check before someone uses this code | Stefan Esser | 2005-02-23 | 1 | -1/+1 |
* | Custom object serializer infrastructure - PHP implementation | Stanislav Malyshev | 2005-02-23 | 1 | -131/+97 |
* | - Disallow illegal class names (.c part) | Marcus Boerger | 2005-02-14 | 1 | -30/+37 |
* | Fix handling of INF/NAN in unserialize(). | Ilia Alshanetsky | 2005-01-30 | 1 | -19/+17 |
* | Fixed bug #31699 (unserialize() float problem on non-English locales). | Ilia Alshanetsky | 2005-01-26 | 1 | -24/+24 |
* | Touch the generated file. | foobar | 2005-01-18 | 1 | -1/+1 |
* | Fix compiler warning. | Stefan Esser | 2005-01-17 | 1 | -1/+1 |
* | and use it... | Stefan Esser | 2005-01-15 | 1 | -4/+4 |
* | Restore unserialize() speed | Stefan Esser | 2005-01-15 | 1 | -0/+36 |
* | Handle already existing elements correctly | Stefan Esser | 2004-12-03 | 1 | -2/+10 |
* | Beware of negative indices | Stefan Esser | 2004-12-01 | 1 | -1/+1 |
* | - Earlier detection of failure (.c now) | Marcus Boerger | 2004-09-26 | 1 | -7/+7 |
* | - Moe changed from .re to .c | Marcus Boerger | 2004-09-12 | 1 | -16/+26 |
* | - Remove wrong test | Marcus Boerger | 2004-09-12 | 1 | -23/+15 |
* | Touch | Marcus Boerger | 2004-09-05 | 1 | -1/+1 |
* | - Add some checks when unserializing data to prevent buffer overflows | Marcus Boerger | 2004-09-05 | 1 | -108/+149 |