diff options
author | Anatol Belski <ab@php.net> | 2016-05-08 15:09:50 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-05-08 15:09:50 +0200 |
commit | 41b159fd11703a5ed552f84e141710b52f1f0c5f (patch) | |
tree | 843c8c36c890105a55364c6647f7c9359741a3ed /php.ini-development | |
parent | 1c7f608071110a8e90e4ae04d3b4d970a70f8c7d (diff) | |
download | php-git-41b159fd11703a5ed552f84e141710b52f1f0c5f.tar.gz |
Fixed bug #64524 Add intl.use_exceptions to php.ini-*
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 1 |
1 files changed, 1 insertions, 0 deletions
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 = |