summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Unused varXinchen Hui2015-11-211-1/+1
* Improved fix for bug #70944Xinchen Hui2015-11-211-7/+8
* Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)Xinchen Hui2015-11-201-1/+8
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-1/+1
|\
| * __wakeup doesn't have to be finalStanislav Malyshev2015-08-041-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-8/+37
|\ \ | |/
| * Fix #69793 - limit what we accept when unserializing exceptionStanislav Malyshev2015-08-011-0/+28
| * Fix bug #70121 (unserialize() could lead to unexpected methods execution / NU...Stanislav Malyshev2015-07-261-8/+9
| * Fixed res leakXinchen Hui2015-04-141-3/+4
* | Fixed res leakXinchen Hui2015-04-151-3/+4
* | codes standardXinchen Hui2015-04-141-1/+1
* | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+3
|\ \ | |/
| * More fixes for bug #69152Stanislav Malyshev2015-04-111-0/+3
* | Bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-05-111-1/+1
|\ \ | |/
| * Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245)Bob Weinand2014-05-111-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-02-201-3/+58
|\ \ | |/
| * Use nicer output for characters < 32 and > 126 in exception stringsBob Weinand2014-02-201-3/+58
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Make message and format arguments const char * to avoidRemi Collet2013-09-231-4/+4
|/
* Fixed #65431 in zend_exception.c by SixdXinchen Hui2013-08-151-3/+3
* Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-121-1/+9
|\
| * Fixed bug #64821 Custom Exceptions crash when internal properties overriddenAnatol Belski2013-05-121-1/+9
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-12-131-15/+39
|\ \ | |/
| * Fix Bug #63762 Sigsegv when Exception::$trace is changed by userJohannes Schlüter2012-12-131-15/+39
| * Fixed bug #60569 (Nullbyte truncates Exception $message).Ilia Alshanetsky2012-03-111-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fix bug #47143, bug #51458 - provide more useful info in bad exception casesStanislav Malyshev2011-01-161-0/+3
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fixed memory leaks (related to bug #52361)Dmitry Stogov2010-08-161-4/+5
| * separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-121-1/+1
* | make default_exception_ce and error_exception_ce staticNuno Lopes2012-08-021-2/+2
* | Fixed bug #60569 (Nullbyte truncates Exception $message).Ilia Alshanetsky2012-03-111-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* | - Fix bug #55471, fix zts build with dtrace (Laruense)Pierre Joye2011-08-211-1/+1
* | Add optional argument to debug_backtrace() and debug_print_backtrace() to lim...Sebastian Bergmann2011-04-091-1/+1
* | Fix bug #47143, bug #51458 - provide more useful info in bad exception casesStanislav Malyshev2011-01-161-0/+3
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" ...Felipe Pena2010-11-171-2/+7
* | Revert unintended modificationDmitry Stogov2010-08-181-1/+1
* | Fixed memory leaks (related to bug #52361)Dmitry Stogov2010-08-161-5/+7
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-4/+2
* | fix ~450 tests and 25 segfaultsAntony Dovgal2010-04-251-1/+1
* | Add DTrace probesDavid Soria Parra2010-04-241-0/+10
|/
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1