diff options
author | Stanislav Malyshev <stas@php.net> | 2009-07-13 23:57:20 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2009-07-13 23:57:20 +0000 |
commit | c7eb83def91e63e426f067c75034f5f6a5ba6fed (patch) | |
tree | ae9acdcdb411ba11dacfe502d361d1d0a93a4e0e /php.ini-development | |
parent | 0391dea5be56fe6ab05d5059d389de6489c37d2b (diff) | |
download | php-git-c7eb83def91e63e426f067c75034f5f6a5ba6fed.tar.gz |
add intl option
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 4 |
1 files changed, 4 insertions, 0 deletions
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 |