1
0
mirror of https://notabug.org/halcyon-suite/halcyon synced 2024-12-24 16:51:53 +01:00
halcyon-webclient/docker/usr/local/etc/php/conf.d/00-best-practices.ini
2019-01-05 15:02:04 -05:00

9 lines
230 B
INI

; Disable deprecated short open tags ("<?")
short_open_tag=Off
; Do not expose php version header
expose_php=Off
; -1 can be used (like E_ALL) to report all errors - including those coming in new php versions
error_reporting=-1