summaryrefslogtreecommitdiff
path: root/ext/standard/var_unserializer.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use better destructor (key may be only IS_STRING or IS_LONG).Dmitry Stogov2018-07-231-2/+2
* Revert "Rename _zval_dtor_func to _ref_dtor_func"Xinchen Hui2018-07-061-1/+1
* Rename _zval_dtor_func to _ref_dtor_funcXinchen Hui2018-07-061-1/+1
* se zval_ptr_dtor_str() instead of zend_string_release_ex(Z_STR(*), 0)Dmitry Stogov2018-07-041-1/+1
* Merge branch 'PHP-7.2'Nikita Popov2018-07-021-441/+472
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-021-34/+40
| |\
| | * Fixed bug #74670Nikita Popov2018-07-021-34/+40
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Fix #76300 - Dont attempt to change visibility of a parent privatePedro Magalhães2018-06-171-30/+31
* | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-06-171-464/+440
|\ \ \
| * | | Fix #76300 - Dont attempt to change visibility of a parent privatePedro Magalhães2018-05-031-30/+31
| |/ /
| * | year++Xinchen Hui2018-01-021-1/+1
* | | 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-11/+11
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-4/+4
* | | Optimize zend_hash_real_init()Dmitry Stogov2018-03-231-1/+1
* | | Use macros to update specific parts of GC_TYPE_INFO() (direct assignments to ...Dmitry Stogov2018-02-281-3/+3
* | | Use OBJ_FLAGS() macro to access object flags (even if they are currently stor...Dmitry Stogov2018-01-221-3/+3
* | | wsDmitry Stogov2018-01-221-2/+2
* | | Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-35/+35
* | | Trailing whitespacesGabriel Caruso2018-01-031-34/+34
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Avoid visibility checks for classes without predefined propertiesDmitry Stogov2017-11-301-64/+65
* | | Try to intern unserualized string keysDmitry Stogov2017-11-291-62/+66
* | | Optimized parse_iv2()Dmitry Stogov2017-11-091-432/+493
* | | Use per-request heap instead of system oneDmitry Stogov2017-10-271-3/+3
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-16/+19
* | | Fixed unzserialize(), to disable creation of unsupported data structures thro...Dmitry Stogov2017-10-131-447/+422
* | | Merge branch 'PHP-7.2'Xinchen Hui2017-09-111-48/+40
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-09-111-48/+40
| |\ \ | | |/
| | * Fixed bug #75152 (signed integer overflow in parse_iv)Xinchen Hui2017-09-111-48/+40
* | | Kill compiler warnings in ext/standardKalle Sommer Nielsen2017-08-241-1/+1
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-08-121-434/+449
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-121-493/+506
| |\
| | * Fixed bug #74103 and bug #75054Nikita Popov2017-08-121-493/+506
* | | restore file deleted by mistake in a merge commitRemi Collet2017-07-111-0/+1444
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-07-041-1427/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-041-512/+487
| |\ \ | | |/
| | * Fixed bug #74111Nikita Popov2017-07-041-512/+487
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-041-1/+1
| |\ \ | | |/
| | * fix datatypeAnatol Belski2017-07-041-1/+1
* | | fix datatypeAnatol Belski2017-07-041-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2017-07-041-425/+455
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-041-32/+36
| |\ \ | | |/
| | * Fixed bug #74101 and bug #74614Nikita Popov2017-07-041-32/+36
* | | Use inlined version of zval_ptr_dytor() in var_destroy() loopDmitry Stogov2017-06-291-2/+2
* | | Use interned empty and "one char" strings.Dmitry Stogov2017-05-181-448/+428
* | | Make sure lengths and refs are unsigned in unserialize()Nikita Popov2017-03-231-194/+138
* | | Fixed bug #74300xKhorasan2017-03-231-19/+8