mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
add intl option
This commit is contained in:
parent
0391dea5be
commit
c7eb83def9
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue