| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #64720 (SegFault on zend_deactivate) | Dmitry Stogov | 2013-05-21 | 1 | -0/+8 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Stanislav Malyshev | 2013-01-18 | 1 | -0/+10 |
|\ |
|
| * | fix bug #63462 (Magic methods called twice for unset protected properties) | Stanislav Malyshev | 2013-01-18 | 1 | -0/+10 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | Fixed bug #63726 (Memleak with static properties and internal/user classes) | Xinchen Hui | 2012-12-10 | 1 | -0/+2 |
* | | fix bug #63982: isset() inconsistently produces a fatal error on protected pr... | Stanislav Malyshev | 2013-01-13 | 1 | -1/+1 |
* | | Fixed bug #63882 (zend_std_compare_objects crash on recursion) | Dmitry Stogov | 2013-01-09 | 1 | -0/+26 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | Fixed bug #63726 (Memleak with static properties and internal/user classes) | Xinchen Hui | 2012-12-10 | 1 | -0/+2 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-09-06 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | - Fixed bug #61767 (Shutdown functions not called in certain error situation) | Dmitry Stogov | 2012-09-06 | 1 | -0/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Fixed bug #54372 (Crash accessing global object itself returned from its __ge... | Dmitry Stogov | 2011-04-07 | 1 | -1/+5 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | - Reverted fix for bug #51176 | Felipe Pena | 2010-11-03 | 1 | -3/+3 |
| * | Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca... | Dmitry Stogov | 2010-10-01 | 1 | -4/+13 |
| * | - Fixed bug #52484 (__set() ignores setting properties with empty names) | Felipe Pena | 2010-08-01 | 1 | -3/+28 |
| * | - Fixed bug #52051 (handling of case sensitivity of old-style constructors ch... | Felipe Pena | 2010-06-12 | 1 | -1/+1 |
* | | fix bug #61782 - __clone/__destruct do not match other methods when checking ... | Stanislav Malyshev | 2012-05-13 | 1 | -17/+11 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | Fixed bug #60558 (Invalid read and writes) | Xinchen Hui | 2011-12-19 | 1 | -8/+1 |
* | | Revert previous bad fix, introduce memory leak | Xinchen Hui | 2011-12-19 | 1 | -1/+0 |
* | | Fixed bug #60558 (Invalid read and writes) | Xinchen Hui | 2011-12-19 | 1 | -0/+1 |
* | | Reduce memory usage | Xinchen Hui | 2011-12-17 | 1 | -1/+1 |
* | | Fixed bug #60536 (Traits Segfault) | Xinchen Hui | 2011-12-16 | 1 | -2/+9 |
* | | Fixed bug #60139 (Anonymous functions create cycles not detected by the GC) | Dmitry Stogov | 2011-11-02 | 1 | -0/+23 |
* | | Fix folding | Etienne Kneuss | 2011-09-15 | 1 | -1/+1 |
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -6/+6 |
* | | Fixed bug #54372 (Crash accessing global object itself returned from its __ge... | Dmitry Stogov | 2011-04-07 | 1 | -1/+5 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | - Reverted fix for bug #51176 | Felipe Pena | 2010-11-03 | 1 | -3/+3 |
* | | Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca... | Dmitry Stogov | 2010-10-01 | 1 | -20/+29 |
* | | - Improved memory usage | Dmitry Stogov | 2010-09-15 | 1 | -6/+2 |
* | | - Fixed bug #52484 (__set() ignores setting properties with empty names) | Felipe Pena | 2010-08-01 | 1 | -3/+28 |
* | | - Fixed bug #52051 (handling of case sensitivity of old-style constructors ch... | Felipe Pena | 2010-06-12 | 1 | -1/+1 |
* | | Added caches to eliminate repeatable run-time bindings of functions, classes,... | Dmitry Stogov | 2010-05-24 | 1 | -49/+204 |
* | | Added compiler hints | Dmitry Stogov | 2010-05-06 | 1 | -114/+100 |
* | | Changed the structure of op_array.opcodes. The constant values are moved from... | Dmitry Stogov | 2010-04-20 | 1 | -43/+108 |
|/ |
|
* | - Fixed bug #51176 (Static calling in non-static method behaves like $this->) | Felipe Pena | 2010-03-02 | 1 | -3/+3 |
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
* | Make the check case sensitive, and since we can only have a constructor that ... | Scott MacVicar | 2009-06-19 | 1 | -2/+4 |
* | Fix bug #48215 - Calling a method with the same name as the parent class call... | Scott MacVicar | 2009-06-18 | 1 | -1/+3 |
* | - Constified method_name arg. in zend_get_user_call_function() and zend_get_u... | Felipe Pena | 2009-06-12 | 1 | -2/+2 |
* | MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected meth... | Felipe Pena | 2009-06-12 | 1 | -36/+35 |
* | - MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get) | Felipe Pena | 2009-05-12 | 1 | -2/+2 |
* | Reverted "Rebind closure when binding to property" | Dmitry Stogov | 2009-01-14 | 1 | -4/+0 |
* | Changed __call() to be invoked on private/protected method access, | Andrei Zmievski | 2009-01-07 | 1 | -17/+34 |
* | - MFH Rebind closure when binding to property | Marcus Boerger | 2009-01-03 | 1 | -0/+4 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Fixed bug #46409 (__invoke method called outside of object context when using... | Dmitry Stogov | 2008-11-27 | 1 | -7/+1 |