Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Linux specific fail in error traces | Bob Weinand | 2014-04-07 | 1 | -1/+1 |
| | | | | Linux apparently does not like memcpy in overlapping regions... | ||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
|\ | |||||
| * | Use nicer output for characters < 32 and > 126 in exception strings | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
| | | | | | | | | | | Using question marks might confuse more than it helps. Users are wondering what happened to their string... | ||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Make message and format arguments const char * to avoid | Remi Collet | 2013-09-23 | 1 | -4/+4 |
|/ | | | | build warning about invalid cast. | ||||
* | Fixed #65431 in zend_exception.c by Sixd | Xinchen Hui | 2013-08-15 | 1 | -3/+3 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-05-12 | 1 | -1/+9 |
|\ | | | | | | | | | * PHP-5.3: Fixed bug #64821 Custom Exceptions crash when internal properties overridden | ||||
| * | Fixed bug #64821 Custom Exceptions crash when internal properties overridden | Anatol Belski | 2013-05-12 | 1 | -1/+9 |
| | | | | | | | | | | | | If user inherits Exception and overrides the properties to arbitrary data types, or simply doesn't run parent::__construct(), here we go. Just convert everything to the appropriate data type, like Exception::__toString() does. | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-12-13 | 1 | -15/+39 |
|\ \ | |/ | |||||
| * | Fix Bug #63762 Sigsegv when Exception::$trace is changed by user | Johannes Schlüter | 2012-12-13 | 1 | -15/+39 |
| | | |||||
| * | Fixed bug #60569 (Nullbyte truncates Exception $message). | Ilia Alshanetsky | 2012-03-11 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix bug #47143, bug #51458 - provide more useful info in bad exception cases | Stanislav Malyshev | 2011-01-16 | 1 | -0/+3 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed memory leaks (related to bug #52361) | Dmitry Stogov | 2010-08-16 | 1 | -4/+5 |
| | | |||||
| * | separate properties of internal classes in ZTS mode fully, | Sascha Schumann | 2010-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | otherwise multiple threads will modify the zvals' contents without any synchronisation. | ||||
* | | make default_exception_ce and error_exception_ce static | Nuno Lopes | 2012-08-02 | 1 | -2/+2 |
| | | |||||
* | | Fixed bug #60569 (Nullbyte truncates Exception $message). | Ilia Alshanetsky | 2012-03-11 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 |
| | | |||||
* | | - Fix bug #55471, fix zts build with dtrace (Laruense) | Pierre Joye | 2011-08-21 | 1 | -1/+1 |
| | | |||||
* | | Add optional argument to debug_backtrace() and debug_print_backtrace() to ↵ | Sebastian Bergmann | 2011-04-09 | 1 | -1/+1 |
| | | | | | | | | limit the amount of stack frames returned. | ||||
* | | Fix bug #47143, bug #51458 - provide more useful info in bad exception cases | Stanislav Malyshev | 2011-01-16 | 1 | -0/+3 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" ↵ | Felipe Pena | 2010-11-17 | 1 | -2/+7 |
| | | | | | | | | | | | | | | probe fires) patch by: mike at harschsystems dot com | ||||
* | | Revert unintended modification | Dmitry Stogov | 2010-08-18 | 1 | -1/+1 |
| | | |||||
* | | Fixed memory leaks (related to bug #52361) | Dmitry Stogov | 2010-08-16 | 1 | -5/+7 |
| | | |||||
* | | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -4/+2 |
| | | | | | | | | classes, constants, methods and properties | ||||
* | | fix ~450 tests and 25 segfaults | Antony Dovgal | 2010-04-25 | 1 | -1/+1 |
| | | | | | | | | | | make test, anyone? | ||||
* | | Add DTrace probes | David Soria Parra | 2010-04-24 | 1 | -0/+10 |
|/ | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix code && new test | Felipe Pena | 2009-05-11 | 1 | -2/+7 |
| | |||||
* | - Added missing param checks | Felipe Pena | 2009-05-11 | 1 | -0/+7 |
| | |||||
* | - MFH Catch exceptions in cli -a | Marcus Boerger | 2009-01-02 | 1 | -4/+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 ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
| | | | | using array_map) | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -2/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+2 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -2/+0 |
| | |||||
* | - MFH Improve exception linking | Marcus Boerger | 2008-08-14 | 1 | -8/+36 |
| | |||||
* | Fixed memory leak | Dmitry Stogov | 2008-07-29 | 1 | -0/+1 |
| | |||||
* | - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. | Felipe Pena | 2008-07-24 | 1 | -6/+4 |
| | |||||
* | - MFH Exception handling | Marcus Boerger | 2008-07-13 | 1 | -7/+31 |
| | | | | | | | | | | [DOC] - Exceptions can be thrown while exceptions are pending, they are linked - Exceptions can be handled in __destruct - Add optional Exception $previous parameter to . Exception::__construct . ErrorException::__construct | ||||
* | apply correct fix | Antony Dovgal | 2008-07-13 | 1 | -1/+2 |
| | |||||
* | fix segfault in Exception::__toString() | Antony Dovgal | 2008-07-13 | 1 | -1/+0 |
| | |||||
* | - Missed one line in merge | Marcus Boerger | 2008-07-12 | 1 | -0/+1 |
| | |||||
* | - MFH Add support for linking exceptions (implements TODO) | Marcus Boerger | 2008-07-12 | 1 | -45/+73 |
| |