php-src/ext/curl
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 long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 Fix curl build on windows 2013-04-25 08:04:30 +02:00
CREDITS
curl_file.c zend_read_property() has to provide a holder for return value. 2015-01-22 11:50:42 +03:00
interface.c Remove not necessary checks 2015-05-08 13:54:28 +08:00
multi.c Sorry, missed here should be checked 2015-05-08 14:03:08 +08:00
package.xml Clean / Improve the curl extension 2011-12-01 21:48:07 +00:00
php_curl.h Reorder fields of curl 2015-05-08 13:36:55 +08:00
share.c use zval_get_long 2015-05-06 10:58:01 +08:00