summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #52051 (handling of case sensitivity of old-style constructors ch...Felipe Pena2010-06-121-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-49/+204
* Added compiler hintsDmitry Stogov2010-05-061-114/+100
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-43/+108
* - Fixed bug #51176 (Static calling in non-static method behaves like $this->)Felipe Pena2010-03-021-3/+3
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Make the check case sensitive, and since we can only have a constructor that ...Scott MacVicar2009-06-191-2/+4
* Fix bug #48215 - Calling a method with the same name as the parent class call...Scott MacVicar2009-06-181-1/+3
* - Constified method_name arg. in zend_get_user_call_function() and zend_get_u...Felipe Pena2009-06-121-2/+2
* MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected meth...Felipe Pena2009-06-121-36/+35
* - MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get)Felipe Pena2009-05-121-2/+2
* Reverted "Rebind closure when binding to property"Dmitry Stogov2009-01-141-4/+0
* Changed __call() to be invoked on private/protected method access,Andrei Zmievski2009-01-071-17/+34
* - MFH Rebind closure when binding to propertyMarcus Boerger2009-01-031-0/+4
* 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-7/+1
* Fixed bug #46308 (Invalid write when changing property from inside getter)Dmitry Stogov2008-10-171-0/+8
* MFH: Handlerify get_closureEtienne Kneuss2008-08-141-1/+36
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-2/+2
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-4/+4
* - Fixed bug #45089 (__callStatic $name case sensitivity)Felipe Pena2008-06-031-2/+7
* MFH: Add array_init_size() and use it where array size is known at initializa...Matt Wilmas2008-05-271-2/+2
* - MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by...Felipe Pena2008-05-031-8/+14
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-1/+1
* MFH: fix #39127 (Old-style constructor fallbacks produce strange results)Antony Dovgal2008-03-171-2/+10
* Fixed bug #44141 (private parent constructor callable through static function)Dmitry Stogov2008-02-211-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: Fix #43450 (Memory leak on some functions with implicit objectJohannes Schlüter2007-12-211-0/+14
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-3/+4
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-2/+2
* MFH(r-1.192) Remove extraneous space in error/notice messages (felipe)Sara Golemon2007-11-171-2/+2
* Fixed bug #42937 (__call() method not invoked when methods are called on pare...Dmitry Stogov2007-11-121-1/+19
* - MFH from HEAD:Jani Taskinen2007-11-021-61/+93
* wsStanislav Malyshev2007-10-181-7/+7
* - MFH debug object helperMarcus Boerger2007-10-111-7/+8
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-16/+16
* Added support for __callstatic() magic method. (Sara)Dmitry Stogov2007-09-291-6/+61
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-1/+1
* Fixed bug #41961 (Ensure search for hidden private methods does not stray fro...Dmitry Stogov2007-07-121-1/+3
* fix comment - guard system changedStanislav Malyshev2007-03-231-2/+2
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-1/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39775 ("Indirect modification ..." message is not shown)Dmitry Stogov2006-12-081-21/+10
* Fixed bug #39297 (Memory corryption because of indirect modification of overl...Dmitry Stogov2006-11-081-0/+13
* Fixed bug #38772 (inconsistent overriding of methods in different visibility ...Dmitry Stogov2006-09-121-16/+17
* delete commented part, as it was done in HEADAntony Dovgal2006-08-281-3/+0
* apply correct fix for bug #38461Antony Dovgal2006-08-151-2/+2
* MFH: fix #38461 (setting private attribute with __set() produces segfault)Antony Dovgal2006-08-151-1/+1
* Fixed bug #38220 (Crash on some object operations)Dmitry Stogov2006-07-261-15/+22
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-2/+2