stas            Mon, 13 Jul 2009 23:57:20 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284035

Changed paths:
        U   php/php-src/branches/PHP_5_3/php.ini-development
        U   php/php-src/branches/PHP_5_3/php.ini-production

Log:
add intl option


Modified: php/php-src/branches/PHP_5_3/php.ini-development
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-development    2009-07-13 23:56:38 UTC 
(rev 284034)
+++ php/php-src/branches/PHP_5_3/php.ini-development    2009-07-13 23:57:20 UTC 
(rev 284035)
@@ -1018,6 +1018,10 @@

 [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

Modified: php/php-src/branches/PHP_5_3/php.ini-production
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-production     2009-07-13 23:56:38 UTC 
(rev 284034)
+++ php/php-src/branches/PHP_5_3/php.ini-production     2009-07-13 23:57:20 UTC 
(rev 284035)
@@ -1018,6 +1018,10 @@

 [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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to