summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-1/+6
* Merge branch 'PHP-7.0'Nikita Popov2016-07-141-0/+2
|\
| * Fix leak of class name when printing exception backtraceNikita Popov2016-07-141-0/+1
| * Fix leak if throw_exception_object() failsNikita Popov2016-07-141-0/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-07-121-2/+1
|\ \ | |/
| * Fixed bug #72581 (previous property undefined in Exception after deserializat...Xinchen Hui2016-07-121-2/+1
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-06-221-2/+4
|\ \ | |/
| * Allow "proxy" ovjects to substitute their class names through get_class_name(...Dmitry Stogov2016-06-221-2/+4
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-73/+92
* | Fixed compilation warningsDmitry Stogov2016-04-291-4/+5
* | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | Merge zend_execute_data->called_scope into zend_execute_data->This.Dmitry Stogov2016-04-011-4/+8
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | cleanupXinchen Hui2015-11-211-61/+8
|/
* Port the fix of 5.6 to 7.0Xinchen Hui2015-11-211-17/+18
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-201-1/+9
|\
| * Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)Xinchen Hui2015-11-201-1/+8
* | Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-7/+7
* | Woops, accidentally made TS build fail...Bob Weinand2015-08-181-1/+0
* | Revert fix for nicer truncation on log_errors_max_lenBob Weinand2015-08-181-1/+1
* | Better fix for exception traces truncation with anon classesBob Weinand2015-08-181-4/+5
* | Revert "Do not truncate exception traces upon anon class name"Dmitry Stogov2015-08-181-2/+2
* | Do not truncate exception traces upon anon class nameBob Weinand2015-08-181-2/+2
* | Executed file can be NULLNikita Popov2015-08-141-1/+1
* | Fix leak in previous commitNikita Popov2015-08-141-3/+2
* | Don't copy zend_strings during exception creationNikita Popov2015-08-141-2/+3
* | fix mergeStanislav Malyshev2015-08-041-4/+5
* | fix mergeStanislav Malyshev2015-08-041-6/+5
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-1/+1
|\ \ | |/
| * 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.6'Stanislav Malyshev2015-08-041-4/+31
|\ \ \ | |/ /
| * | 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
* | | Switch code on thrown TypeError and ParseError to 0, update related testsAaron Piotrowski2015-07-071-2/+1
* | | Use NULL where possible for exception classAaron Piotrowski2015-07-071-3/+3
* | | Remove need to pass error levelAaron Piotrowski2015-07-031-3/+3
* | | Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-3/+3
* | | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-58/+58
* | | Cleanup exception ce APIAaron Piotrowski2015-07-031-78/+62
* | | Introduce ArithmeticErrorBob Weinand2015-07-021-1/+6
* | | Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-021-0/+5
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-28/+28
* | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1