summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed bug #29361 (var_export() producing invalid code). (Derick)Derick Rethans2005-10-171-13/+4
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-2/+2
* Better fix for exceptions in __sleep()Dmitry Stogov2005-09-121-8/+1
* allow exceptions thrown in __sleep to interrupt the serialization process. re...Wez Furlong2005-09-101-1/+8
* - Bumber up yearfoobar2005-08-031-1/+1
* Recursion protectionDmitry Stogov2005-07-211-0/+8
* fix handling of non-PHP classes (John Coggeshall)Stanislav Malyshev2005-06-281-5/+11
* Fixed incorrect usage of zend_mangle_property_name() (valgrind errors)Dmitry Stogov2005-06-081-6/+6
* Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if ...Dmitry Stogov2005-06-011-1/+2
* Custom object serializer infrastructure - PHP implementationStanislav Malyshev2005-02-231-0/+25
* - MF43: Fixed bug #31072 (var_export() does not output an array element with anDerick Rethans2004-12-171-14/+7
* spelingMarcus Boerger2004-10-081-1/+1
* - Add some checks when unserializing data to prevent buffer overflowsMarcus Boerger2004-09-051-2/+2
* Fix memleak in serializeMarcus Boerger2004-09-021-3/+2
* Fixed leak when serializing protected & private properties.Ilia Alshanetsky2004-08-291-0/+5
* fix for bug 26737 : private & protected member variables not serializedAndrey Hristov2004-08-211-5/+31
* Fix TSRM buildMarcus Boerger2004-07-041-2/+2
* - Bugfix #28325 (circular reference serialisation).Moriyoshi Koizumi2004-07-031-7/+18
* for now removing ":public". Waiting for a decision? ":public" will requireAndrey Hristov2004-05-201-0/+2
* var_dump() now shows private and protected member variables.Andrey Hristov2004-05-201-1/+34
* BUG #27469 was fixed (serialize() objects of incomplete class)Dmitry Stogov2004-03-181-4/+21
* More wordsize fixesArd Biesheuvel2004-03-081-1/+1
* Fixed compiler warnings.Ilia Alshanetsky2004-03-081-2/+1
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* ce is not used, don't get itStanislav Malyshev2004-02-161-2/+0
* fix serializationStanislav Malyshev2004-02-051-1/+2
* fix bug #27120 and bug #25975 - preserve is_ref when boundStanislav Malyshev2004-02-031-5/+10
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-1/+13
* - Fix typoDerick Rethans2003-12-281-1/+1
* Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binaryIlia Alshanetsky2003-11-291-10/+35
* fix #26001; serialize crashes when accessing an overloadedWez Furlong2003-11-281-2/+3
* Fixed bug #24394 (serializing cross-referenced objects causes segfault)Moriyoshi Koizumi2003-11-041-1/+1
* Oops..Moriyoshi Koizumi2003-10-081-1/+1
* Better fix for bug #25758Moriyoshi Koizumi2003-10-081-1/+1
* Fixed bug #25758 (var_export does not escape ' & \ inside array keys)Ilia Alshanetsky2003-10-081-1/+5
* kill warningsSascha Schumann2003-08-281-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-2/+2
* Fixed bug #21957 (serialize() mangles objects with __sleep).Ilia Alshanetsky2003-08-111-1/+4
* Don't try to __sleep incomplete classesStanislav Malyshev2003-08-051-17/+20
* updating license information in the headers.James Cox2003-06-101-3/+3
* Make serialize precision a configurable option.Ilia Alshanetsky2003-05-081-1/+1
* s/g/G/Ilia Alshanetsky2003-05-051-1/+1
* Safer implementation.Ilia Alshanetsky2003-05-041-2/+3
* Fixed bug #23298 (serialize cuts off floats & doubles)Ilia Alshanetsky2003-05-041-1/+1
* - Commit the .c file too...Derick Rethans2003-04-281-3/+3
* Unified all those redundant printf'sMoriyoshi Koizumi2003-04-211-4/+2
* Update to latest inteface change for get_class_nameStanislav Malyshev2003-04-211-6/+3
* Improved var_dump() and debug_zval_dump() so they also show theMoriyoshi Koizumi2003-03-291-3/+15