summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed GC for inner-loops (ext/standard/tests/array/compact_variation1.phpt).Dmitry Stogov2014-08-071-1/+109
* | Fixed GC (Zend/tests/bug63635.phpt)Dmitry Stogov2014-08-061-6/+13
* | C89 compatAnatol Belski2014-05-131-1/+2
* | CleanupDmitry Stogov2014-04-161-6/+0
* | Fixed nested GC calls (valgrind error in Zend/tests/gc_016.phpt)Dmitry Stogov2014-04-141-7/+23
* | Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-14/+39
* | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-20/+2
* | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-77/+77
* | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-1/+1
* | don't mark zvals as rotts if they are already processed by GCDmitry Stogov2014-03-211-1/+1
* | check if object store was freed before accessing particular objectDmitry Stogov2014-03-201-3/+3
* | Improved GC compatibilityDmitry Stogov2014-03-201-7/+23
* | GC cleanupDmitry Stogov2014-03-191-10/+4
* | GC cleanupDmitry Stogov2014-03-191-75/+35
* | GC related fixDmitry Stogov2014-03-191-0/+2