16 lines
382 B
INI
16 lines
382 B
INI
opcache.validate_timestamps = "1"
|
|
; "disable" (recheck on every request) on dev
|
|
opcache.revalidate_freq = "0"
|
|
opcache.enable = off
|
|
; enable assert() statements for development
|
|
assert.exception = 1
|
|
zend.assertions = 1
|
|
|
|
; Note:
|
|
display_error=1
|
|
error_reporting=E_ALL
|
|
zend_extension=xdebug
|
|
xdebug.client_host=host.docker.internal
|
|
xdebug.start_with_request=yes
|
|
xdebug.mode=develop,debug
|