summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* fix length data typesAnatol Belski2014-09-191-4/+4
* fix formatAnatol Belski2014-08-281-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+2
* several signature and data type fixesAnatol Belski2014-08-261-4/+4
* Fix compiler warningsNikita Popov2014-08-251-2/+2
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* master renames phase 3Anatol Belski2014-08-251-2/+2
* master renames phase 1Anatol Belski2014-08-251-40/+40
* fixes to %pd format usageAnatol Belski2014-08-241-3/+3
* Merge remote-tracking branch 'php/master'Anatol Belski2014-08-211-7/+7
|\
| * Separate values before conversionDmitry Stogov2014-08-211-7/+7
* | further fixes on coreAnatol Belski2014-08-161-4/+4
* | 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