Browse Source

add intl ini value

experimental/first_unicode_implementation
Stanislav Malyshev 17 years ago
parent
commit
8cd2d9facb
  1. 4
      php.ini-development
  2. 4
      php.ini-production

4
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

4
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

Loading…
Cancel
Save