summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Removed unnecessary check for array (#46273, noticed by serovov at gma...Felipe Pena2008-10-241-1/+1
* Reverting local changeLars Strojny2008-08-201-1/+1
* MFH: Allow mixed $initial (patch by Christian Seiler)Lars Strojny2008-08-201-1/+1
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-18/+12
* - New parameter parsing API for var.c & testsOlivier Hill2008-06-201-12/+4
* - New parameter parsing APIFelipe Pena2008-06-201-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: Fixed var_export() for array keysDerick Rethans2007-12-181-3/+5
* - MFH: Fixed Bug #42272 (var_export() incorrectly escapes char(0)).Derick Rethans2007-12-091-5/+7
* - MFH from HEAD:Jani Taskinen2007-11-021-154/+129
* - MFH missing get_debug_info pieceMarcus Boerger2007-11-011-7/+9
* - MFH debug object helperMarcus Boerger2007-10-111-1/+7
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-5/+5
* fix wsAntony Dovgal2007-06-261-6/+2
* - MFH: Added the H modifier to create non-locale-aware non-fixed-precisionDerick Rethans2007-06-191-1/+1
* 64-bit supportDmitry Stogov2007-04-231-2/+2
* Fixed bug #40465 (Ensure that all PHP elements are printed by var_dump).Ilia Alshanetsky2007-02-161-7/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Use safe_emalloc()Ilia Alshanetsky2006-12-251-1/+1
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-201-2/+1
* serialize() should use '.' as decimal point irrespectively to localeAntony Dovgal2006-12-191-3/+5
* MFHAntony Dovgal2006-12-081-3/+3
* MFH: fix possible issue in the serializer, which might currupt struc when rea...Antony Dovgal2006-12-081-35/+35
* Fixed bug #37262 (var_export() does not escape \0 character).Ilia Alshanetsky2006-10-091-1/+1
* MFH: Update protos & arginfo for memory_get_usage() & memory_get_peak_usage()Hannes Magnusson2006-07-251-2/+2
* Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argu...Dmitry Stogov2006-07-251-2/+13
* - MFH Correctly handle binary proeprty names which are not mangledMarcus Boerger2006-07-241-3/+4
* - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-3/+3
* New memory managerDmitry Stogov2006-07-181-2/+3
* Fixed bug #37947 (zend_ptr_stack reallocation problem)Dmitry Stogov2006-07-101-18/+14
* Added memory_get_peak_usage() function for retrieving peak memory usage ofIlia Alshanetsky2006-05-301-0/+6
* Fixed bug #36957 (serialize() does not handle recursion).Ilia Alshanetsky2006-04-051-1/+9
* Fixed debug_zval_dump() to support private and protected membersDmitry Stogov2006-03-101-1/+35
* 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