diff options
Diffstat (limited to 'php.ini-production')
| -rw-r--r-- | php.ini-production | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production index 6b152a1f17..35bd9b31d2 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1018,6 +1018,10 @@ default_socket_timeout = 60 [intl] ;intl.default_locale = +; This directive allows you to produce PHP errors when some error +; 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 [sqlite] ; http://php.net/sqlite.assoc-case |
