Skip to content

Commit 41b159f

Browse files
committed
Fixed bug #64524 Add intl.use_exceptions to php.ini-*
1 parent 1c7f608 commit 41b159f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

php.ini-development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ cli_server.color = On
967967
; happens within intl functions. The value is the level of the error produced.
968968
; Default is 0, which does not produce any errors.
969969
;intl.error_level = E_WARNING
970+
;intl.use_exceptions = 0
970971

971972
[sqlite3]
972973
;sqlite3.extension_dir =

php.ini-production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ cli_server.color = On
967967
; happens within intl functions. The value is the level of the error produced.
968968
; Default is 0, which does not produce any errors.
969969
;intl.error_level = E_WARNING
970+
;intl.use_exceptions = 0
970971

971972
[sqlite3]
972973
;sqlite3.extension_dir =

0 commit comments

Comments
 (0)