summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-071-3/+6
|\
| * Fix out of bounds access in gc_find_additional_buffer()Nikita Popov2017-03-071-3/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-131-52/+71
|\ \ | |/
| * Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)Xinchen Hui2017-02-131-52/+71
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-111-2/+2
|\ \ | |/
| * Fixed typoXinchen Hui2017-02-111-2/+2
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-07-271-0/+1
|\ \ | |/
| * Fixed a potential segfault in zend_objects_store_free_object_storage()Bob Weinand2016-07-271-0/+1
* | Fixed bug #71818 (Memory leak when array altered in destructor)Dmitry Stogov2016-07-141-3/+0
* | Add document for zend_gc_collect_cyclesc9s2016-07-111-0/+52
* | Reimplemented Bob's commit bac6fdb0c52c924e726c5a78de8858bf27b6586b without i...Dmitry Stogov2016-05-061-1/+1
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-1/+1
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-1/+1
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite)Xinchen Hui2015-11-031-0/+7
* Fixed return without valueDmitry Stogov2015-05-061-1/+1
* Fixed bug #69534 (Cycle leaks through declared properties on internal classes)Dmitry Stogov2015-05-061-28/+113
* Change the GC approach to inner-loops handling. Switch to less efficient but ...Dmitry Stogov2015-04-171-176/+166
* Added GC checks and improvementsDmitry Stogov2015-04-171-31/+30
* Fixed bug #69446 (GC leak relating to removal of nested data after dtors run)Dmitry Stogov2015-04-141-2/+1
* Fixed memory leak in ext/standard/tests/array/compact_variation1.phptDmitry Stogov2015-04-141-0/+1
* GC improved to support inner-cycles.Dmitry Stogov2015-04-141-69/+165
* GC tweaksDmitry Stogov2015-04-131-9/+7
* Add support for more debug output during CCNikita Popov2015-04-111-23/+95
* Temporary fix inifite loop in gcXinchen Hui2015-04-111-1/+4
* Added GC debug code and some small optimizations.Dmitry Stogov2015-04-101-186/+271
* Merge branch 'PHP-5.6'Dmitry Stogov2015-04-021-4/+1
|\
| * Prevent GC from changing zval or object 'color' before they are actually inse...Dmitry Stogov2015-04-021-7/+2
| * Bump yearXinchen Hui2015-01-151-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-2/+2
* | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-33/+16
* | Removed TSRMLS_DDmitry Stogov2015-02-041-1/+1
* | Make gc_collect_cycles hookable.Adam Harvey2015-01-231-1/+3
* | It doesn't make sense to colect garbage after fatal errorsDmitry Stogov2015-01-231-1/+1
* | Revert "Fixed ASSERTION"Dmitry Stogov2015-01-231-1/+5
* | Fixed ASSERTIONXinchen Hui2015-01-231-5/+1
* | Fixed GC after destruction of object store.Dmitry Stogov2015-01-221-47/+38
* | Fixed destruction of circular garbageDmitry Stogov2015-01-221-0/+5
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-49/+49
* | Fixed compilation warningsDmitry Stogov2014-11-271-1/+1
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-4/+4
* | Remove redundant codesXinchen Hui2014-09-151-8/+0
* | fix ZTS buildAnatol Belski2014-09-121-1/+1
* | Forget to commit this part...Xinchen Hui2014-09-131-0/+1
* | Finally!!! Fixed segfault in GCXinchen Hui2014-09-131-1/+16