diff --git a/php.ini-development b/php.ini-development index 703fddb20f7..7c3f93863ae 100644 --- a/php.ini-development +++ b/php.ini-development @@ -954,6 +954,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 d47500ca274..80507d6bc50 100644 --- a/php.ini-production +++ b/php.ini-production @@ -954,6 +954,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 =