summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #64720 (SegFault on zend_deactivate)Dmitry Stogov2013-05-211-0/+8
* Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-01-181-0/+10
|\
| * 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
* | fix bug #63982: isset() inconsistently produces a fatal error on protected pr...Stanislav Malyshev2013-01-131-1/+1
* | Fixed bug #63882 (zend_std_compare_objects crash on recursion)Dmitry Stogov2013-01-091-0/+26
* | 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
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-061-0/+1
|\ \ | |/
| * - 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
* | fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-131-17/+11
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-191-8/+1
* | Revert previous bad fix, introduce memory leakXinchen Hui2011-12-191-1/+0
* | Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-191-0/+1
* | Reduce memory usageXinchen Hui2011-12-171-1/+1
* | Fixed bug #60536 (Traits Segfault)Xinchen Hui2011-12-161-2/+9
* | Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-021-0/+23
* | Fix foldingEtienne Kneuss2011-09-151-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-6/+6
* | 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-20/+29
* | - Improved memory usageDmitry Stogov2010-09-151-6/+2
* | - 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
* | 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