9 lines
262 B
INI
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 |