mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
ext/intl: Deprecate intl.error_level INI setting (#19430)
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_intlerror_level_ini_setting
This commit is contained in:
parent
2bb98cd8c8
commit
69f67f990d
6 changed files with 29 additions and 5 deletions
|
@ -1023,8 +1023,12 @@ cli_server.color = On
|
|||
; 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.
|
||||
; This directive is deprecated.
|
||||
;intl.error_level = E_WARNING
|
||||
;intl.use_exceptions = 0
|
||||
; If enabled this directive indicates that when an error occurs within an
|
||||
; intl function a IntlException should be thrown.
|
||||
; Default is Off, which means errors need to be handled manually.
|
||||
;intl.use_exceptions = On
|
||||
|
||||
[sqlite3]
|
||||
; Directory pointing to SQLite3 extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue