summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-221-8/+22
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-75/+75
* Fixed compilation warningsDmitry Stogov2014-12-121-3/+3
* fixed compilation errorDmitry Stogov2014-10-201-1/+1
* Update get_class_name semanticsNikita Popov2014-10-091-5/+2
* Drop convert_to usage in zend_exceptionsNikita Popov2014-10-061-57/+48
* Expose zend_throw_exception_internal()Dmitry Stogov2014-10-011-1/+1
* Add smart_str_append for appending zend_stringsNikita Popov2014-09-211-7/+4
* Use smart_str for exception stack tracesNikita Popov2014-09-211-166/+113
* 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