Configure PHP.
This commit is contained in:
parent
eb4db66bfd
commit
4feb9a2760
35 changed files with 2307 additions and 5 deletions
6
etc/php84/conf.d/99_gd.ini
Normal file
6
etc/php84/conf.d/99_gd.ini
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue