10 lines
264 B
INI
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
|