php-src/ext/mysqli
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
..
tests Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
config.m4 Like Shady, --with-mysql-sock is back. 2015-03-05 19:00:02 +00:00
config.w32 converted some ext/mysql* and fixed ext/zlib 2014-10-15 12:08:25 +02:00
CREDITS
mysqli_api.c Drop now unnecessary start parameter 2015-04-04 13:10:29 +02:00
mysqli_driver.c bump year 2015-01-15 23:27:30 +08:00
mysqli_embedded.c bump year 2015-01-15 23:27:30 +08:00
mysqli_exception.c bump year 2015-01-15 23:27:30 +08:00
mysqli_fe.c bump year 2015-01-15 23:27:30 +08:00
mysqli_fe.h bump year 2015-01-15 23:27:30 +08:00
mysqli_libmysql.h bump year 2015-01-15 23:27:30 +08:00
mysqli_mysqlnd.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
mysqli_nonapi.c bump year 2015-01-15 23:27:30 +08:00
mysqli_priv.h bump year 2015-01-15 23:27:30 +08:00
mysqli_prop.c bump year 2015-01-15 23:27:30 +08:00
mysqli_report.c bump year 2015-01-15 23:27:30 +08:00
mysqli_result_iterator.c bump year 2015-01-15 23:27:30 +08:00
mysqli_warning.c bump year 2015-01-15 23:27:30 +08:00
mysqli.c cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
package.xml remove dead and unused for more than 8 years code 2012-05-03 12:22:25 +02:00
php_mysqli_structs.h Merge branch 'PHP-5.6' 2015-03-09 17:23:34 +08:00
php_mysqli.h cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
TODO