php-src/ext/session
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 fix arg order, CFLAGS is the fifth arg in m4 2014-10-17 16:03:40 +02:00
config.w32 ext/iconv, ext/json and ext/session use static tsrmls pointer 2014-10-17 14:16:40 +02:00
CREDITS
mod_files.bat MFH 2008-12-30 19:37:35 +00:00
mod_files.c Merge branch 'PHP-5.6' 2015-04-24 16:06:41 +09:00
mod_files.h WIP - test passes 2015-01-22 13:34:58 +09:00
mod_files.sh Let's not assume bash is always /bin/bash. 2015-02-02 11:31:10 +00:00
mod_mm.c Fixed #68966 (php7 make file ext/session/mod_mm.lo failed) 2015-02-02 14:24:41 +08:00
mod_mm.h bump year 2015-01-15 23:27:30 +08:00
mod_user_class.c Pass maxlifetime to save handlers 2015-02-12 13:07:27 +09:00
mod_user.c ZTS cleanup 2015-03-08 19:25:55 +08:00
mod_user.h WIP - test passes 2015-01-22 13:34:58 +09:00
package.xml Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
php_session.h fix datatype mismatches 2015-03-24 22:02:29 +01:00
session.c Remove MSIE 5-specific Cache-Control fields. 2015-05-12 09:53:17 +02:00