php-src/sapi
Nikita Popov 3ae995f03c Tweak uncaught exception message display
This implements a reduced variant of #1226 with just the following
change:

-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d

The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.
2015-05-17 18:47:06 +02:00
..
apache2handler Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
cgi Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
cli Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
embed made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
fpm Merged fastcgi.* reated changes from sapi/cgi 2015-05-13 18:54:41 +03:00
litespeed Fixed a bug that header value is not terminated by '\0' when accessed through getenv(). 2015-02-25 11:30:33 -05:00
nsapi bump year 2015-01-15 23:27:30 +08:00
phpdbg Merge branch 'pull-request/1277' 2015-05-16 14:20:41 -07:00
tests Revert previous unintentional change to this 2015-01-27 22:19:11 +08:00