From c7eb83def91e63e426f067c75034f5f6a5ba6fed Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 13 Jul 2009 23:57:20 +0000 Subject: [PATCH] add intl option --- php.ini-development | 4 ++++ php.ini-production | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/php.ini-development b/php.ini-development index 94a6e265c9..56dbf86ac9 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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 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 -- 2.49.0