halcyon-webclient/docker/usr/local/etc/php/conf.d/00-best-practices.ini

9 lines
230 B
INI
Raw Normal View History

2019-01-05 21:02:04 +01:00
; 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