From: Anatol Belski Date: Sun, 8 May 2016 13:09:50 +0000 (+0200) Subject: Fixed bug #64524 Add intl.use_exceptions to php.ini-* X-Git-Tag: php-7.0.7RC1~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41b159fd11703a5ed552f84e141710b52f1f0c5f;p=php Fixed bug #64524 Add intl.use_exceptions to php.ini-* --- diff --git a/php.ini-development b/php.ini-development index c5d146667b..a9535e5951 100644 --- a/php.ini-development +++ b/php.ini-development @@ -967,6 +967,7 @@ cli_server.color = On ; happens within intl functions. The value is the level of the error produced. ; Default is 0, which does not produce any errors. ;intl.error_level = E_WARNING +;intl.use_exceptions = 0 [sqlite3] ;sqlite3.extension_dir = diff --git a/php.ini-production b/php.ini-production index dc483f76c8..e3a9961af0 100644 --- a/php.ini-production +++ b/php.ini-production @@ -967,6 +967,7 @@ cli_server.color = On ; happens within intl functions. The value is the level of the error produced. ; Default is 0, which does not produce any errors. ;intl.error_level = E_WARNING +;intl.use_exceptions = 0 [sqlite3] ;sqlite3.extension_dir =