summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #64354 (Unserialize array of objects whose class can't be autoloade...Xinchen Hui2013-03-091-2/+20
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-021-3/+5
|\
| * Avoding superfluous function callXinchen Hui2012-10-021-3/+5
| * Fix bug #62373 (serialize() generates wrong reference to the object)Moriyoshi Koizumi2012-06-251-5/+2
| * - Year++Felipe Pena2012-01-011-1/+1
| * Sync r314808 to 5_3 branchXinchen Hui2011-08-231-3/+3
| * class entry is never usedPierrick Charron2011-08-071-2/+0
| * - Fixed bug #55082 (var_export() doesn't escape properties properly).Gustavo André dos Santos Lopes2011-06-301-3/+11
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_nam...Kalle Sommer Nielsen2010-09-131-3/+7
| * - Fixed bug #52534 (var_export array with negative key)Felipe Pena2010-08-041-1/+1
| * Doing this as a seperate commit unless we need to back it out.Scott MacVicar2010-07-091-37/+93
| * - silent warning (unary minus operator applied to unsigned type)Pierre Joye2010-06-061-5/+5
| * - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)Felipe Pena2010-04-021-2/+5
* | var_export outputs an E_WARNING when recursion is detectedLonny Kapelushnik2012-08-051-0/+10
* | Fix bug #62373 (serialize() generates wrong reference to the object)Moriyoshi Koizumi2012-06-251-5/+2
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fix Bug #55801 Behavior of unserialize has changed:Michael Wallner2011-10-191-1/+3
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-11/+11
* | Omitted GCC warning "comparison is always false"Xinchen Hui2011-08-121-3/+3
* | class entry is never usedPierrick Charron2011-08-071-2/+0
* | - Fixed bug #55082 (var_export() doesn't escape properties properly).Gustavo André dos Santos Lopes2011-06-301-3/+11
* | - Year++Felipe Pena2011-01-011-1/+1
* | Kill some more constness warnings in com_dotnet/phar/standardKalle Sommer Nielsen2010-11-191-6/+2
* | Missed to check this one in the last commitKalle Sommer Nielsen2010-09-231-1/+1
* | - fix build introduced by fix for #52772Pierre Joye2010-09-131-1/+1
* | Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_nam...Kalle Sommer Nielsen2010-09-131-3/+7
* | - Fixed bug #52534 (var_export array with negative key)Felipe Pena2010-08-041-1/+1
* | Fix a bug when var_export() causes a fatal error that could inadvertently dis...Scott MacVicar2010-07-091-37/+94
* | - silent warning (unary minus operator applied to unsigned type)Pierre Joye2010-06-061-5/+5
* | * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-3/+3
* | Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-261-2/+8
* | - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)Felipe Pena2010-04-021-2/+5
|/
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-3/+3
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-3/+3
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix interrupt problem in serialize()Stanislav Malyshev2009-11-291-1/+1
* fix potential memory issue on serializationStanislav Malyshev2009-08-111-4/+4
* - MFH: Fixed bug #47027 (var_export doesn't show numeric indices on ArrayObje...Derick Rethans2009-01-071-3/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - 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