Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced ↵ | Xinchen Hui | 2016-03-20 | 1 | -8/+4 |
| | | | | memory, crashing) | ||||
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Add myself into list of authors of the most refactored files. | Dmitry Stogov | 2015-08-31 | 1 | -0/+1 |
| | |||||
* | Always report object leaks | Nikita Popov | 2015-07-03 | 1 | -16/+1 |
| | | | | | | Previously cycles were excluded from leak reports, however the situation here has improved a lot in the meantime and we can report all leaks. | ||||
* | Micro optimizations | Dmitry Stogov | 2015-04-28 | 1 | -26/+39 |
| | |||||
* | Partially enable leak reports for objects | Nikita Popov | 2015-04-18 | 1 | -3/+5 |
| | | | | | | | | | | Cycle leaks are currently not reported, because this needs further work. The last GC run has been moved to run earlier (before the object store free), so that array cycles that hold references to objects don't show up as leaks. Fingers crossed that this doesn't adversely affect anything else. | ||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -3/+3 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -12/+12 |
| | |||||
* | Remove proxy object implementation | Nikita Popov | 2014-10-09 | 1 | -96/+0 |
| | |||||
* | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -6/+6 |
| | |||||
* | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -2/+2 |
| | |||||
* | Fixed invalid read in ext/pdo/tests/pdo_025.phpt(pgsql) | Xinchen Hui | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2014-04-22 | 1 | -2/+2 |
| | |||||
* | Moved zend_literal->cache_slot right into zval. | Dmitry Stogov | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | It should be accessed using Z_CACHE_SLOT() macro. zend_literal structure is removed. API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly. Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL. | ||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -26/+0 |
| | |||||
* | typo | Dmitry Stogov | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Fixed destruction of objects and iterators on unclean request shutdown and ↵ | Dmitry Stogov | 2014-04-09 | 1 | -24/+48 |
| | | | | | | GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves. | ||||
* | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -16/+15 |
| | |||||
* | Refactored data structures to keep zend_object* instead of a whole zval in ↵ | Dmitry Stogov | 2014-03-28 | 1 | -3/+1 |
| | | | | some places | ||||
* | Mark objects that are going to be deleted | Dmitry Stogov | 2014-03-19 | 1 | -0/+2 |
| | |||||
* | Refactored GC (incomplete) | Dmitry Stogov | 2014-03-19 | 1 | -7/+12 |
| | |||||
* | Refactored read_property() and read_dimension() handlers | Dmitry Stogov | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | Fixed tests/run-test/test009.phpt | Dmitry Stogov | 2014-02-21 | 1 | -2/+2 |
| | |||||
* | Fixed segfault in Zend/tests/008.phpt | Xinchen Hui | 2014-02-20 | 1 | -2/+2 |
| | |||||
* | Fixed segfault (Zend/tests/026.phpt now pass) | Xinchen Hui | 2014-02-20 | 1 | -2/+2 |
| | |||||
* | Fixed object destruction | Dmitry Stogov | 2014-02-18 | 1 | -1/+3 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-12 | 1 | -72/+33 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -149/+90 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #60598 (cli/apache sapi segfault on objects manipulation) | Xinchen Hui | 2013-08-30 | 1 | -0/+5 |
| | |||||
* | Fixed bug #63882 (zend_std_compare_objects crash on recursion) | Dmitry Stogov | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #52773 (Proxy objects have an inadequate destroy_object store ↵ | Dmitry Stogov | 2010-10-04 | 1 | -3/+8 |
| | | | | | | | callback) - Fixed bug #52774 (Proxy object's store free callback calls zval_ptor_dtor on already freed data) | ||||
* | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -2/+2 |
| | | | | from opcode operands into a separate literal table | ||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | MFH: fix bug #47353 (crash when creating a lot of objects in object destructor) | Antony Dovgal | 2009-02-11 | 1 | -0/+6 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH Fix issue with destruction of overloaded objects | Marcus Boerger | 2008-08-24 | 1 | -5/+12 |
| | |||||
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -1/+1 |
| | |||||
* | everted (this part was committed by mistake) | Dmitry Stogov | 2008-02-19 | 1 | -13/+13 |
| | |||||
* | iFixed memory leak | Dmitry Stogov | 2008-02-19 | 1 | -13/+13 |
| | |||||
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+6 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed compiler warnings | Jani Taskinen | 2007-07-21 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39602 (Invalid session.save_handler crashes PHP) | Dmitry Stogov | 2006-11-23 | 1 | -1/+4 |
| |