summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #70436: Use After Free Vulnerability in unserialize()Stanislav Malyshev2016-08-161-0/+1
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-4/+20
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-4/+20
| |\
| | * Improve fix for #70172Stanislav Malyshev2015-09-011-1/+2
| | * Fix bug #70172 - Use After Free Vulnerability in unserialize()Stanislav Malyshev2015-08-311-4/+19
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2015-01-151-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Renamed test case to match with reported bugJuan Basso2015-03-221-1/+1
* | | Fixed serialization of non string values on __sleepJuan Basso2015-03-221-4/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | Revert "Add optional second arg to unserialize()"Ferenc Kovacs2014-06-111-8/+2
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-10-291-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-10-291-1/+1
| |\ \ | | |/
| | * Fixed Bug 64760 var_export() does not use full precision for floating-point n...Yasuo Ohgaki2013-10-291-1/+1
* | | Remove extraneous NULL check of Z_ARRVAL_P()Nikita Popov2013-10-191-1/+1
* | | Merge branch 'PHP-5.5'Michael Wallner2013-10-041-4/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-041-4/+2
| |\ \ | | |/
| | * fix bug #64146 (serialize incorrectly saving objects when they areMichael Wallner2013-10-041-4/+2
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-211-2/+2
|\ \ \ | |/ /
| * | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
| |/
* | Add optional second arg to unserialize()Sara Golemon2013-05-161-2/+8
|/
* 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