PHP configs.

This commit is contained in:
Darren 'Tadgy' Austin 2025-10-29 17:11:28 +00:00
commit 53a5c90c91
51 changed files with 2284 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[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
;intl.use_exceptions = 0