summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.c
Commit message (Expand)AuthorAgeFilesLines
* Handle reallocated root buffer during GC destroy phase (v2)Tyson Andre2019-11-231-1/+2
* Handle reallocated root buffer during GC destroy phaseNikita Popov2019-11-151-5/+6
* Fixed bug #78589Nikita Popov2019-09-241-2/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-261-0/+4
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-261-0/+4
| |\
| | * Remove properties HT from nested GC dataNikita Popov2019-08-261-0/+4
* | | Fix reference printing in GC tracingNikita Popov2019-08-141-1/+2
* | | Fixed bug #72530Nikita Popov2019-08-131-37/+51
* | | Remove removed nested data from GC countNikita Popov2019-08-131-12/+15
* | | Don't include non-refcounted structures in GC countNikita Popov2019-08-131-14/+0
* | | Generalize delref assertionNikita Popov2019-08-131-5/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-08-091-12/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-08-091-12/+14
| |\ \ | | |/
| | * Fixed handling of references in nested data of objects with destructorDmitry Stogov2019-08-091-12/+14
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-08-091-4/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-08-091-4/+16
| |\ \ | | |/
| | * Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)Dmitry Stogov2019-08-091-4/+16
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-08-091-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-08-091-0/+5
| |\ \ | | |/
| | * Added asserts to catch GC errors when refcount goes below zero.Dmitry Stogov2019-08-091-0/+5
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-081-15/+19
|\ \ \ | |/ /
| * | Fix GC tracingNikita Popov2019-08-081-15/+19
* | | Don't set GC_HAS_DESTRUCTORS flag if destructors were already calledDmitry Stogov2019-08-061-2/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-151-2/+5
|\ \ \ | |/ /
| * | Fixed bug #78010Nikita Popov2019-07-151-2/+5
* | | Fix shift UB in constantsNikita Popov2019-06-191-6/+6
* | | fix a spell mistakeROVAST2019-04-101-1/+1
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-2/+10
* | | Better data packingDmitry Stogov2019-03-121-1/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-03-071-83/+235
|\ \ \ | |/ /
| * | Fixed bug #77345 (Stack Overflow caused by circular reference in garbage coll...Dmitry Stogov2019-03-071-89/+241
| * | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-12/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* | | Classify object handlers are required/optionalNikita Popov2018-10-161-31/+17
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-3/+0
* | rename ref_dtor_func to rc_dtor_funcXinchen Hui2018-07-061-1/+1
* | Rename zval_dtor_func and ref_dotr_funcXinchen Hui2018-07-061-1/+1
* | 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
* | Added num_roots to gc_statusXinchen Hui2018-06-131-0/+1
* | Removed "gc_" prefix.Dmitry Stogov2018-06-131-2/+2
* | Allow access to some garbage collection internals (Benjamin Eberlei)Dmitry Stogov2018-06-131-0/+7
* | Fixed bug #76427 (Segfault in zend_objects_store_put)Xinchen Hui2018-06-111-2/+2
* | indentXinchen Hui2018-05-221-2/+2
* | unnecessary branchXinchen Hui2018-05-221-2/+0
* | Fix garbage marking in gc_collect_roots()Nikita Popov2018-03-071-5/+4