summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* Make unserialize() ref unwrapping compatible with 7.0Nikita Popov2017-01-161-1/+7
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-011-6/+10
|\
| * Fixed bug #73154Nikita Popov2017-01-011-6/+10
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-051-10/+5
|\ \ | |/
| * Complete the fix of bug #70172 for PHP 7Nikita Popov2016-11-051-5/+5
* | Followup for bug #72785Nikita Popov2016-09-061-16/+17
* | Fix bug #72785 - allowed_classes only applies to outermost unserialize()Stanislav Malyshev2016-09-051-1/+8
* | Hide (un)serialize data from ABINikita Popov2016-08-151-0/+34
* | Use one place to define max length of doubleJakub Zelenka2016-06-261-13/+2
* | Add decimal point in double serializationJakub Zelenka2016-06-261-9/+4
* | Avoid magic number. NUM_BUF_SIZE may be in header. Suggestions are appreciatedYasuo Ohgaki2016-06-261-3/+14
* | Simply use ndigit for flag for zend_dtoa modeYasuo Ohgaki2016-06-261-10/+2
* | Initial patch for 0 mode float conversion. The magic number is better to be i...Yasuo Ohgaki2016-06-261-13/+21
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-171-1/+1
|\ \ | |/
| * Let's only read-only hereXinchen Hui2016-05-171-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-171-0/+4
|\ \ | |/
| * Fixed bug #72229 (Wrong reference when serialize/unserialize an object)Xinchen Hui2016-05-171-0/+4
* | Remove IS_VAR_RET_REF flagNikita Popov2016-04-151-0/+5
|/
* Fixed bug #71995 (Returning the same var twice from __sleep() produces broken...Xinchen Hui2016-04-091-20/+46
* Improved fix for #71940Xinchen Hui2016-04-071-2/+6
* object->ce should not be NULLXinchen Hui2016-03-101-1/+1
* Format string fixesNikita Popov2016-02-141-4/+5
* Fix bug #71314Andrea Faulds2016-01-081-1/+3
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fix bug #66179Andrea Faulds2015-12-181-0/+7
* | Improved fix for bug (count on symbol table)Xinchen Hui2015-11-231-55/+8
* | Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in s...Xinchen Hui2015-10-171-15/+15
* | Unused varXinchen Hui2015-09-091-2/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-0/+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
* | | | Fixed one more problem related to bug #70187 (Notice: unserialize(): Unexpect...Dmitry Stogov2015-09-011-15/+42
* | | | Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)Dmitry Stogov2015-08-261-23/+36
* | | | Merge branch 'zval_dump_consistent' of https://github.com/laruence/php-srcXinchen Hui2015-07-301-2/+2
|\ \ \ \
| * | | | Make debug_val_dump and var_dump prints int and float the sameXinchen Hui2015-07-231-2/+2
* | | | | cleanupXinchen Hui2015-07-231-1/+2
* | | | | unserialize() takes a 2nd optional arg and it can't be a boolRasmus Lerdorf2015-07-151-1/+1
|/ / / /
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-22/+22
* | | | Fix more proto commentsRasmus Lerdorf2015-06-231-2/+2
* | | | Use object apply count in var_dump / print_rNikita Popov2015-04-151-5/+5