Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Simplify set_error_handler/set_exception_handler code | Nikita Popov | 2012-09-22 | 1 | -24/+7 |
| | |||||
* | Return previous error handler when resetting the error handler | Nikita Popov | 2012-09-22 | 1 | -2/+2 |
| | | | | | | | set_error_handler(null) and set_exception_handler(null) now return the previous error/exception handler instead of just returning bool(true). This is consistent with the behavior of these functions with non-null values. | ||||
* | Allow resetting the error handler | Nikita Popov | 2012-09-22 | 1 | -6/+8 |
| | | | | | | This allows the error handler to be reset using set_error_handler(null). As the code suggests this behavior was already previously intended, but the callback check was done too strictly. | ||||
* | Revert error/exception handler changes | Nikita Popov | 2012-09-22 | 1 | -48/+45 |
| | | | | | | | | | | | | This reverts the following two commits: * 6ba2e662e447f369c6e7686e8b39dde033fd5334 * d8f8e98d8e0493adf1fae622595bd3435bdbf835 Laruence already did some partial changes to set_error_handler and set_exception_handler. I'm reverting those modifications to apply the full set of changes. (The modifications changed the code structure in a way that would lead to more duplication with the new behavior.) | ||||
* | Implemented FR #60738 (Allow 'set_error_handler' to handle NULL) | Xinchen Hui | 2012-03-24 | 1 | -27/+29 |
| | | | | | The previous commit was reverted as Stas ask, so only commit this to Truk now. | ||||
* | Improve set_exception_handler while doing reset | Xinchen Hui | 2012-03-24 | 1 | -18/+19 |
| | |||||
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4 | Xinchen Hui | 2012-03-24 | 1 | -48/+45 |
|\ | |||||
| * | Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)" | Xinchen Hui | 2012-03-24 | 1 | -29/+27 |
| | | | | | | | | This reverts commit fcae164ea63979d7814d7aa114fe8351033e7400. | ||||
| * | Revert "Merge from PHP-5.4" | Xinchen Hui | 2012-03-24 | 1 | -19/+18 |
| | | | | | | | | This reverts commit 9a87fe1c529eabc7aeec4559d916dda5fda3cdd2. | ||||
* | | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4 | Xinchen Hui | 2012-03-24 | 1 | -27/+29 |
|\ \ | |/ | |||||
| * | Implemented FR #60738 (Allow 'set_error_handler' to handle NULL) | Xinchen Hui | 2012-03-24 | 1 | -27/+29 |
| | | |||||
| * | Merge from PHP-5.4 | Xinchen Hui | 2012-03-24 | 1 | -18/+19 |
| | | | | | | | | Improve set_exception_handler | ||||
| * | Fixed bug #61072 (Memory leak when restoring an exception handler) | Xinchen Hui | 2012-02-14 | 1 | -2/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Re-committing Alan's is_a revert/fix for bug #55475 | Rasmus Lerdorf | 2011-09-23 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | Dmitry had done so earlier, but reverted pending discussion. It is completely clear that this should never have been changed in the 5.3 branch in the first place giving the number of things that broke because of it. | ||||
| * | Reverted the fix for #55475 (is_a() triggers autoloader) before the common ↵ | Dmitry Stogov | 2011-09-15 | 1 | -1/+1 |
| | | | | | | | | decision | ||||
| * | Fixed bug #55475 (is_a() triggers autoloader). (alan at akbkhome dot com) | Dmitry Stogov | 2011-09-15 | 1 | -1/+1 |
| | | |||||
| * | Fix typo | Etienne Kneuss | 2011-08-08 | 1 | -1/+1 |
| | | |||||
| * | Use snprintf to make the static analyzers happy | Pierrick Charron | 2011-08-08 | 1 | -1/+1 |
| | | |||||
| * | function_name cannot be false | Pierrick Charron | 2011-08-07 | 1 | -1/+1 |
| | | |||||
| * | - Use ZEND_FE_END macro here | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | remove warning for is_a() BC | Stanislav Malyshev | 2011-07-12 | 1 | -1/+0 |
| | | |||||
| * | Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) | Dmitry Stogov | 2011-07-04 | 1 | -25/+6 |
| | | |||||
| * | Add options to debug_backtrace functions | Stanislav Malyshev | 2011-01-16 | 1 | -12/+14 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #52060 (Memory leak when passing a closure to method_exists()) | Felipe Pena | 2010-06-11 | 1 | -3/+11 |
| | | |||||
| * | - Fixed bug #51719 (typo in function prototype) | Felipe Pena | 2010-05-01 | 1 | -2/+2 |
| | | |||||
* | | Improve set_exception_handler | Xinchen Hui | 2012-03-24 | 1 | -18/+19 |
| | | | | | | | | | | Remove useless alloc/free and return_value copy while doing reset exception handler | ||||
* | | MFH: Fixed bug #61072 (Memory leak when restoring an exception handler). | Xinchen Hui | 2012-03-02 | 1 | -2/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | fix is_a reflection | Stanislav Malyshev | 2011-11-20 | 1 | -0/+1 |
| | | |||||
* | | fix typo | Stanislav Malyshev | 2011-11-18 | 1 | -1/+1 |
| | | |||||
* | | fixes for bug #55748 | Stanislav Malyshev | 2011-11-18 | 1 | -0/+3 |
| | | |||||
* | | fix bug #55475 - implement is_a BC solution | Stanislav Malyshev | 2011-11-09 | 1 | -6/+13 |
| | | |||||
* | | update proto | Stanislav Malyshev | 2011-09-26 | 1 | -2/+2 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -22/+24 |
| | | |||||
* | | Fix typo | Etienne Kneuss | 2011-08-08 | 1 | -1/+1 |
| | | |||||
* | | Use snprintf to make the static analyzers happy | Pierrick Charron | 2011-08-08 | 1 | -1/+1 |
| | | |||||
* | | function_name cannot be false | Pierrick Charron | 2011-08-07 | 1 | -1/+1 |
| | | |||||
* | | - Fix compiler warning | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | - Use ZEND_FE_END macro here | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | Change E_ALL to include E_STRICT | Stanislav Malyshev | 2011-07-23 | 1 | -1/+1 |
| | | |||||
* | | remove warning for is_a() BC | Stanislav Malyshev | 2011-07-12 | 1 | -1/+0 |
| | | |||||
* | | Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) | Dmitry Stogov | 2011-07-04 | 1 | -25/+6 |
| | | |||||
* | | Add optional argument to debug_backtrace() and debug_print_backtrace() to ↵ | Sebastian Bergmann | 2011-04-09 | 1 | -11/+20 |
| | | | | | | | | limit the amount of stack frames returned. | ||||
* | | Add options to debug_backtrace functions | Stanislav Malyshev | 2011-01-16 | 1 | -12/+14 |
| | | |||||
* | | Added trait_exists() [TRAITS] [DOC] | Stefan Marr | 2011-01-09 | 1 | -2/+52 |
| | | | | | | | | | | | | - also changed class_exists() to return false for traits - added related tests, and get_declared_traits() tests in ext/s/t/co | ||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Moved leak_variable() to zend_builtin_functions.c (Gustavo) | Felipe Pena | 2010-11-15 | 1 | -0/+31 |
| | |