summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
Commit message (Expand)AuthorAgeFilesLines
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-1/+1
* Squashed commit of the following:Dmitry Stogov2015-04-101-2/+10
* bump yearXinchen Hui2015-01-151-1/+1
* Improved access to object properties (cache property offset instead of pointe...Dmitry Stogov2015-01-131-0/+3
* Handle run-time cache for static properties directly in executor.Dmitry Stogov2015-01-131-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-37/+37
* Optimized property access handlers. Removed EG(std_property_info).Dmitry Stogov2014-10-171-0/+3
* Update get_class_name semanticsNikita Popov2014-10-091-1/+4
* Remove get_class_entry object handlerNikita Popov2014-10-091-2/+0
* Remove support for classes without class entriesNikita Popov2014-10-091-4/+0
* zend_get_property_info takes a zend_string* nowNikita Popov2014-09-141-1/+1
* master renames phase 1Anatol Belski2014-08-251-1/+1
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-1/+1
* Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-8/+8
* Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-11/+10
* Fixed zend_object_get_t in simpleXMLXinchen Hui2014-04-151-1/+1
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-0/+2
* Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-10/+7
* Refactored read_property() and read_dimension() handlersDmitry Stogov2014-02-271-2/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-15/+17
* Bump yearXinchen Hui2014-01-031-1/+1
* Implement internal operator overloadingNikita Popov2013-06-171-0/+5
* fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-141-0/+3
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-021-0/+3
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-6/+6
* - Year++Felipe Pena2011-01-011-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-0/+2
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-9/+10
* 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
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* MFH: Handlerify get_closureEtienne Kneuss2008-08-141-0/+3
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH from HEAD:Jani Taskinen2007-11-021-1/+0
* - MFH debug object helperMarcus Boerger2007-10-111-0/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-1/+1
* MFH: export zend_std_get_constructor()Antony Dovgal2006-07-051-0/+1
* change argument name, it should be "object" not "property"Antony Dovgal2006-05-171-2/+2
* - MFH as discussedMarcus Boerger2006-05-091-4/+7
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - MFH move zend_object_Value definition to zend_types.hMarcus Boerger2005-12-201-2/+3
* Bump up the yearfoobar2005-08-031-1/+1
* typofix :)foobar2005-05-061-1/+1
* - Extend API to support real existance test without the need to add any newMarcus Boerger2005-05-021-1/+6