summaryrefslogtreecommitdiff
path: root/Zend/zend_objects_API.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed invalid read in ext/pdo/tests/pdo_025.phpt(pgsql)Xinchen Hui2014-05-161-1/+1
* Fixed compilation warningsDmitry Stogov2014-04-221-2/+2
* Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-2/+2
* Cleanup (1-st round)Dmitry Stogov2014-04-151-26/+0
* typoDmitry Stogov2014-04-101-1/+1
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-24/+48
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-16/+15
* Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-3/+1
* Mark objects that are going to be deletedDmitry Stogov2014-03-191-0/+2
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-7/+12
* Refactored read_property() and read_dimension() handlersDmitry Stogov2014-02-271-1/+1
* Fixed tests/run-test/test009.phptDmitry Stogov2014-02-211-2/+2
* Fixed segfault in Zend/tests/008.phptXinchen Hui2014-02-201-2/+2
* Fixed segfault (Zend/tests/026.phpt now pass)Xinchen Hui2014-02-201-2/+2
* Fixed object destructionDmitry Stogov2014-02-181-1/+3
* Use better data structures (incomplete)Dmitry Stogov2014-02-121-72/+33
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-149/+90
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #60598 (cli/apache sapi segfault on objects manipulation)Xinchen Hui2013-08-301-0/+5
* Fixed bug #63882 (zend_std_compare_objects crash on recursion)Dmitry Stogov2013-01-091-0/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52773 (Proxy objects have an inadequate destroy_object store cal...Dmitry Stogov2010-10-041-3/+8
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-2/+2
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: fix bug #47353 (crash when creating a lot of objects in object destructor)Antony Dovgal2009-02-111-0/+6
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH Fix issue with destruction of overloaded objectsMarcus Boerger2008-08-241-5/+12
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-1/+1
* everted (this part was committed by mistake)Dmitry Stogov2008-02-191-13/+13
* iFixed memory leakDmitry Stogov2008-02-191-13/+13
* Added garbage collectorDmitry Stogov2008-01-221-0/+6
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39602 (Invalid session.save_handler crashes PHP)Dmitry Stogov2006-11-231-1/+4
* Fixed bug #38287 (static variables mess up global vars)Dmitry Stogov2006-08-071-0/+7
* Support for nested exceptions and fatal errors in destructorsDmitry Stogov2006-05-311-2/+14
* - MFH as discussedMarcus Boerger2006-05-091-12/+38
* initialize bucket #0 with nulls (normally it shouldn't be used at all, but if...Antony Dovgal2006-03-281-0/+1
* Fixed bug #36006 (Problem with $this in __destruct())Dmitry Stogov2006-01-161-0/+2
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed call to __destruct() for objects of classes delivered from internal one...Dmitry Stogov2005-11-151-1/+1
* MFH: Fixed bug #34802 (Fixed crash on object instantiation failure).Ilia Alshanetsky2005-10-101-1/+1
* Fixed bug #34617 (zend_deactivate: objects_store used after zend_objects_stor...Dmitry Stogov2005-09-271-3/+11
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #32799 (crash: calling the corresponding global var during the dest...Dmitry Stogov2005-06-061-0/+2
* - We cannot provide this fallback becuase it requires zend_object ptr's.Marcus Boerger2005-02-221-1/+1