stas Mon, 13 Jul 2009 23:58:30 +0000 URL: http://svn.php.net/viewvc?view=revision&revision=284036
Changed paths: U php/php-src/trunk/php.ini-development U php/php-src/trunk/php.ini-production Log: add intl ini value Modified: php/php-src/trunk/php.ini-development =================================================================== --- php/php-src/trunk/php.ini-development 2009-07-13 23:57:20 UTC (rev 284035) +++ php/php-src/trunk/php.ini-development 2009-07-13 23:58:30 UTC (rev 284036) @@ -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/trunk/php.ini-production =================================================================== --- php/php-src/trunk/php.ini-production 2009-07-13 23:57:20 UTC (rev 284035) +++ php/php-src/trunk/php.ini-production 2009-07-13 23:58:30 UTC (rev 284036) @@ -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