php-src/ext/sqlite3
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
..
libsqlite fix typos 2015-05-13 22:28:35 +04:00
tests Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
config0.m4 converted ext/sqlite and ext/pdo_mysql to use static tsrmls cache 2014-10-16 18:50:19 +02:00
config.w32 converted ext/sqlite and ext/pdo_mysql to use static tsrmls cache 2014-10-16 18:50:19 +02:00
CREDITS Good patch from Brad Dewar that adds missing createCollation() 2012-01-29 03:57:29 +00:00
php_sqlite3_structs.h bump year 2015-01-15 23:27:30 +08:00
php_sqlite3.h made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
sqlite3.c Fixed access to uninitialized value (in case of exception) 2015-04-08 16:01:22 +03:00