summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-01-021-140/+119
|\
| * Populate hashtable of __sleep() propertiesNikita Popov2020-01-021-82/+60
| * Deref names returned by __sleep()Nikita Popov2020-01-021-0/+1
| * Extract php_var_serialize_nested_data() functionNikita Popov2020-01-021-61/+61
* | Return empty string instead of NULL in serialize().George Peter Banyard2019-12-121-2/+2
* | Promote warning to exception in unserialize()Máté Kocsis2019-12-111-7/+5
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-251-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-11-251-2/+2
| |\
| | * Fix #77638: var_export'ing certain class instances segfaultsChristoph M. Becker2019-11-251-2/+2
* | | Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-3/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-301-9/+44
|\ \ \ | |/ /
| * | Add max_depth option to unserialize()Nikita Popov2019-09-301-9/+44
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Use ZEND_TYPE_IS_SET() when checking for property typesNikita Popov2019-09-231-1/+1
* | | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-13/+8
|/ /
* | Allow exceptions in __toString()Nikita Popov2019-06-051-0/+7
* | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+5
* | Fixed bug #77873Nikita Popov2019-04-091-1/+1
* | Implement new custom object serialization mechanismNikita Popov2019-03-221-0/+63
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-111-0/+7
|\ \ | |/
| * 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
* | | Remove function_table var from the callerc9s2019-03-111-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-211-1/+9
|\ \ \ | |/ /
| * | Fix issue mentioned in #77302Nikita Popov2019-02-211-1/+9
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-8/+51
* | | Improve unserialize()Dmitry Stogov2018-12-121-2/+12
* | | Introduce get_properties_for() handlerNikita Popov2018-10-101-19/+14
|/ /
* | 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