Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI) | Dmitry Stogov | 2008-04-17 | 1 | -17/+0 |
| | |||||
* | MFH: Added new macro for check void parameters. | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | | | | | (deprecating ZEND_WRONG_PARAM_COUNT for this cases) | ||||
* | Changed exception handling. Now each op_array doesn't contain ↵ | Dmitry Stogov | 2008-01-21 | 1 | -1/+19 |
| | | | | ZEND_HANDLE_EXCEPTION opcode in the end | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | MFH | Antony Dovgal | 2007-05-30 | 1 | -2/+2 |
| | |||||
* | fix folding | Antony Dovgal | 2007-01-18 | 1 | -38/+41 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | is_numeric_string() optimization | Ilia Alshanetsky | 2006-12-26 | 1 | -1/+1 |
| | | | | | # Original Patch by Matt Wilmas |