summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug #63462 (Magic methods called twice for unset protected properties)Stanislav Malyshev2013-01-181-0/+10
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-101-0/+2
* - Fixed bug #61767 (Shutdown functions not called in certain error situation)Dmitry Stogov2012-09-061-0/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #54372 (Crash accessing global object itself returned from its __ge...Dmitry Stogov2011-04-071-1/+5
* - Year++Felipe Pena2011-01-011-1/+1
* - Reverted fix for bug #51176Felipe Pena2010-11-031-3/+3
* Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-011-4/+13
* - Fixed bug #52484 (__set() ignores setting properties with empty names)Felipe Pena2010-08-011-3/+28
* - Fixed bug #52051 (handling of case sensitivity of old-style constructors ch...Felipe Pena2010-06-121-1/+1
* - 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