summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed BC break of php_debug_zval_dumptwosee2020-07-111-1/+1
* Fixed bug #79830 introduced by fixing bug #79821twosee2020-07-111-16/+26
* Fixed bug #79821twosee2020-07-111-0/+3
* Fix #77638: var_export'ing certain class instances segfaultsChristoph M. Becker2019-11-251-2/+2
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-111-0/+7
|\
| * Fixed bug #76717Nikita Popov2019-03-111-0/+7
| * year++Xinchen Hui2018-01-021-1/+1
* | Fix issue mentioned in #77302Nikita Popov2019-02-211-1/+9
* | Fix ref ID handling when serializing $GLOBALSNikita Popov2018-10-081-3/+3
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Export stdClass objects using (object) cast (fixes #48016)Andrea Faulds2018-07-121-3/+12
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | Changed php_add[c]slashes prototypes (removed should_free argument)Dmitry Stogov2018-06-291-3/+3
* | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* | year++Xinchen Hui2018-01-021-1/+1
* | Use cheaper functionsDmitry Stogov2017-12-041-1/+1
* | Fix unsigned comparisons and remove dead codeAnatol Belski2017-11-171-5/+0
* | Missed changeDmitry Stogov2017-11-161-1/+1
* | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-3/+3
* | Use per-request heap instead of system oneDmitry Stogov2017-10-271-2/+2
* | Revert "Allow internal functions to return values by reference (this was disa...Dmitry Stogov2017-10-171-0/+7
* | Allow internal functions to return values by reference (this was disabled in ...Dmitry Stogov2017-10-171-7/+0
* | Refactored recursion pretectionDmitry Stogov2017-10-061-39/+48
|/
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-2/+2
* Fix __sleep() returning undefined declared propertiesNikita Popov2017-03-121-35/+43
* Clean up __sleep() related codeNikita Popov2017-03-121-130/+104
* Merge branch 'PHP-7.1'Nikita Popov2017-01-161-1/+7
|\
| * 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
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Fixed bug #73154Nikita Popov2017-01-011-6/+10
* | | Use new param API in standardSara Golemon2016-12-301-21/+27
|/ /
* | 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