summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-32/+32
* Fixed dtrace supportDmitry Stogov2014-07-221-4/+3
* Simplify call-frame handlingDmitry Stogov2014-07-071-1/+2
* Fixed refcounting bugDmitry Stogov2014-06-231-6/+1
* cleanupDmitry Stogov2014-06-031-1/+5
* Use new zend_hash APIDmitry Stogov2014-05-281-21/+21
* Fixed apply_func_args_tXinchen Hui2014-05-251-2/+2
* Added vstrpprintf strpprintf to avoid duplicate stringXinchen Hui2014-05-101-17/+26
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-6/+5
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-3/+59
|\
| * Fix Linux specific fail in error tracesBob Weinand2014-04-071-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
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+1
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-3/+3
* | | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-3/+1
* | | Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))Dmitry Stogov2014-03-271-1/+1
* | | Temporary memory leak fix (should be done in a better way)Dmitry Stogov2014-02-261-1/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-211-2/+8
* | | Fixed exception constructorDmitry Stogov2014-02-211-4/+5
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-191-8/+15
* | | Use zend_string avoid mem wastingXinchen Hui2014-02-191-47/+41
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-141-15/+12
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-112/+125
* | | 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