printshopcreator/.docker/images/php/base/conf.d/zz-app-prod.ini
2024-12-06 17:56:37 +01:00

10 lines
264 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_errors=0
error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED