summaryrefslogtreecommitdiff
path: root/Zend/zend_objects_API.h
Commit message (Expand)AuthorAgeFilesLines
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-0/+8
* bump yearXinchen Hui2015-01-151-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-13/+13
* Fix ZTS buildNikita Popov2014-10-021-1/+1
* Use inline finction for OBJ_RELEASE() macroDmitry Stogov2014-10-011-8/+10
* master renames phase 2Anatol Belski2014-08-251-3/+3
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-38/+11
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-1/+1
* fixed compilation warningDmitry Stogov2014-03-201-1/+1
* Fixed GCDmitry Stogov2014-03-201-1/+3
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-0/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-211-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-141-0/+8
* Use better data structures (incomplete)Dmitry Stogov2014-02-121-12/+14
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-38/+41
* Bump yearXinchen Hui2014-01-031-1/+1
* 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
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH Fix issue with destruction of overloaded objectsMarcus Boerger2008-08-241-1/+5
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-1/+1
* Added garbage collectorDmitry Stogov2008-01-221-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38287 (static variables mess up global vars)Dmitry Stogov2006-08-071-0/+1
* - MFH as discussedMarcus Boerger2006-05-091-1/+4
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - This part of the patch was rightAndi Gutmans2005-02-241-2/+1
* - Revert following patch until we decide what is the right way to handleAndi Gutmans2005-02-241-1/+1
* - Fix signatures they are all meant to be able to deal with any type in anyMarcus Boerger2005-02-221-1/+1
* fix crash when dtor is fialing on shutdownStanislav Malyshev2004-09-171-0/+1
* - Fix bug #29368 : The destructor is called when an exception is thrown from ...Marcus Boerger2004-07-251-0/+1
* - Nuke unused declerationAndi Gutmans2004-05-251-1/+0
* As discussed with Andi, add this helper API for setting the object pointer fromWez Furlong2004-05-171-0/+3
* return zval *, to make it useful for read_propertyStanislav Malyshev2004-03-211-1/+1
* wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_CHartmut Holzgraefe2004-02-181-0/+3
* The valid bit was necessary after all - restoredZeev Suraski2004-02-041-0/+1
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-2/+6
* Remove more garbage - valid bit was not really necessaryZeev Suraski2004-02-031-1/+0
* - Clean garbage (delete was nuked a long time ago)Zeev Suraski2004-02-031-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+29