Configure PHP.

This commit is contained in:
Darren 'Tadgy' Austin 2025-09-19 15:56:16 +00:00
commit 4feb9a2760
35 changed files with 2307 additions and 5 deletions

View file

@ -0,0 +1,6 @@
[gd]
; Tell the jpeg decode to ignore warnings and try to create
; a gd image. The warning will then be displayed as notices
; disabled by default
; http://php.net/gd.jpeg-ignore-warning
;gd.jpeg_ignore_warning = 1