]> granicus.if.org Git - php/commitdiff
add intl option
authorStanislav Malyshev <stas@php.net>
Mon, 13 Jul 2009 23:57:20 +0000 (23:57 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 13 Jul 2009 23:57:20 +0000 (23:57 +0000)
php.ini-development
php.ini-production

index 94a6e265c948a006dc90a14bcf9c39b6c2ede78f..56dbf86ac9bbb9277495e2813188f2a90bc3c5ab 100644 (file)
@@ -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
index 6b152a1f17f0705a95f901ca26c1546eeaee1759..35bd9b31d2b36f86518ec2811b3a89e98c2b17f7 100644 (file)
@@ -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