summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #29210 (Function: is_callable - no support for private and protecte...Dmitry Stogov2005-04-271-0/+2
* - Simplify getting property info and make it an api functionMarcus Boerger2005-04-081-0/+2
* - Change zend_object_handlers->get_method() to allow aggregation for internal...Marcus Boerger2004-10-301-1/+1
* Add count_elements handler for overloaded objects.Wez Furlong2004-05-041-0/+4
* some more clear commentsStanislav Malyshev2004-03-281-6/+4
* API change for read_property:Stanislav Malyshev2004-03-211-1/+1
* - Support Cast operator in convert_to_* so that we support internalAndi Gutmans2004-03-141-1/+0
* wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_CHartmut Holzgraefe2004-02-181-0/+2
* - Add comments to read/write property/dimension for extension authorsAndi Gutmans2004-02-121-0/+11
* Fix write-mode of overloaded objects when using array dimensionsZeev Suraski2004-02-081-1/+1
* - Clean garbage (delete was nuked a long time ago)Zeev Suraski2004-02-031-1/+0
* Expose zend_std_call_user_call(), needed for implementation of things likeIlia Alshanetsky2004-01-171-0/+2
* must be extern to avoid problems with some compilersWez Furlong2004-01-091-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* export these symbols for use by SPL as a shared extensionWez Furlong2003-12-221-1/+1
* Fixed bug #24837 Incorrect behaviour of PPP using foreach.Marcus Boerger2003-12-181-0/+2
* Sync: Export externally used functions.Sebastian Bergmann2003-12-161-4/+4
* Reenable __tostring() magic for print,echo,concatenation,function naming...Marcus Boerger2003-12-151-0/+3
* Split isset/isempty for object property and object dimension hooking.Marcus Boerger2003-11-101-1/+5
* Remove redundant callback, simplify APIZeev Suraski2003-10-051-6/+2
* - Allow partial type conversion support for objects.Marcus Boerger2003-09-181-1/+1