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:
Gina Peter Banyard 2025-08-09 16:28:47 +01:00 committed by GitHub
parent 2bb98cd8c8
commit 69f67f990d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 29 additions and 5 deletions

View file

@ -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