| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed bug #63111 (is_callable() lies for abstract static method) | Dmitry Stogov | 2012-09-21 | 1 | -1/+8 |
| * | Fixed bug #63093 (Segfault while load extension failed in zts-build). | Xinchen Hui | 2012-09-15 | 1 | -1/+3 |
| * | - Value stored to var is never used | Felipe Pena | 2012-08-19 | 1 | -2/+0 |
| * | This becomes useless, since we have set that in the INIT macro | Xinchen Hui | 2012-08-04 | 1 | -1/+0 |
| * | Fixed bug #62744 (dangling pointers made by zend_disable_class) | Xinchen Hui | 2012-08-04 | 1 | -7/+6 |
| * | Add the ZEND_DONT_UNLOAD_MODULES environment variable for debugging to 5.3 as | Derick Rethans | 2012-03-06 | 1 | -1/+1 |
| * | Fixed module numbering | Dmitry Stogov | 2012-03-05 | 1 | -2/+1 |
| * | Improve fix for #61165, the previous one cause #43450 test failed | Xinchen Hui | 2012-02-26 | 1 | -3/+2 |
| * | Fixed bug #61165 (Segfault - strip_tags()) | Xinchen Hui | 2012-02-25 | 1 | -2/+7 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -2/+2 |
| * | Another potential missing va_end() found by Coverity | Rasmus Lerdorf | 2011-08-05 | 1 | -0/+1 |
| * | Fixed bug #54910 (Crash when calling call_user_func with unknown function name) | Dmitry Stogov | 2011-05-31 | 1 | -0/+5 |
| * | fix bug #54423 (classes from dl()'ed extensions are not destroyed) | Antony Dovgal | 2011-03-31 | 1 | -0/+17 |
| * | - Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_m... | Felipe Pena | 2011-01-12 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | separate properties of internal classes in ZTS mode fully, | Sascha Schumann | 2010-08-12 | 1 | -1/+1 |
| * | - Fixed bug #51827 (Bad warning when register_shutdown_function called with w... | Felipe Pena | 2010-05-14 | 1 | -3/+3 |
| * | Fixed a possible memory corruption because of unexpected call-time pass by re... | Dmitry Stogov | 2010-05-11 | 1 | -0/+6 |
| * | Fixed a possible memory corruption in addcslashes(). | Dmitry Stogov | 2010-05-04 | 1 | -18/+13 |
| * | - those are in 5.3.2 now, merge to 5.3.2 section is coming | Pierre Joye | 2010-02-11 | 1 | -1/+0 |
| * | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| * | fix flags handling in zend_parse_method_parameters_ex | Stanislav Malyshev | 2009-12-24 | 1 | -1/+1 |
| * | Reverted accidental change | Dmitry Stogov | 2009-11-30 | 1 | -1/+1 |
| * | Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func()) | Dmitry Stogov | 2009-11-30 | 1 | -11/+49 |
| * | - don't hide early declaration | Pierre Joye | 2009-09-05 | 1 | -6/+6 |
| * | Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX s... | Scott MacVicar | 2009-08-06 | 1 | -1/+1 |
| * | - MFH: Fixed bug #48899 (is_callable returns true even if method does not exi... | Felipe Pena | 2009-07-15 | 1 | -1/+1 |
| * | MFH: | Matt Wilmas | 2009-06-04 | 1 | -2/+22 |
| * | Bug #47880 (crashes in call_user_func_array()) | Dmitry Stogov | 2009-04-06 | 1 | -6/+0 |
| * | Fixed bug #47851 (is_callable throws fatal error) | Dmitry Stogov | 2009-04-02 | 1 | -0/+6 |
| * | Fixed double efree() | Dmitry Stogov | 2009-03-24 | 1 | -1/+0 |
| * | Fixed __call() to be invoked on private/protected method access through callb... | Dmitry Stogov | 2009-01-14 | 1 | -13/+38 |
| * | 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 | -30/+30 |
| * | cleanup | Stanislav Malyshev | 2008-11-25 | 1 | -5/+3 |
| * | add object-compatible array modes | Stanislav Malyshev | 2008-11-24 | 1 | -5/+13 |
| * | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -9/+7 |
| * | Fixed bug #46246 (difference between call_user_func(array($this, $method)) an... | Dmitry Stogov | 2008-10-10 | 1 | -4/+17 |
| * | MFH: fix zend_register_functions() not displaying duplicate functions (report... | Antony Dovgal | 2008-08-22 | 1 | -1/+5 |
| * | MFH: Handlerify get_closure | Etienne Kneuss | 2008-08-14 | 1 | -1/+1 |
| * | - Fix build | Felipe Pena | 2008-08-13 | 1 | -3/+3 |
| * | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -33/+35 |
| * | - MFH Fix memleak with new error handling stack'ing | Marcus Boerger | 2008-08-11 | 1 | -8/+18 |
| * | - MFH error handling, now with save, replace, restore | Marcus Boerger | 2008-08-08 | 1 | -0/+31 |
| * | Fixed bug #45744 (Case sensitive callback behaviour) | Dmitry Stogov | 2008-08-07 | 1 | -2/+3 |
| * | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+1 |
| * | - MFH: Removed unnecessary TSRMLS_FETCH() | Felipe Pena | 2008-08-02 | 1 | -1/+0 |
| * | Added checks for destroied objects | Dmitry Stogov | 2008-07-26 | 1 | -0/+14 |
| * | Fixed is_callable/call_user_func mess that had done different things for very... | Dmitry Stogov | 2008-07-26 | 1 | -49/+113 |