printshopcreator/.docker/images/php/base/conf.d/zz-app-prod.ini
2022-12-28 19:28:50 +01:00

9 lines
262 B
INI

opcache.validate_timestamps = "1"
; "disable" (recheck on every request) on dev
opcache.revalidate_freq = "0"
; enable assert() statements for development
assert.exception = 1
zend.assertions = 1
display_error=0
error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED