Skip to content

Instantly share code, notes, and snippets.

@jioo
Last active March 22, 2019 01:26
Show Gist options
  • Save jioo/44b6f80eb4d3f32acdbce83fc3f20556 to your computer and use it in GitHub Desktop.
Save jioo/44b6f80eb4d3f32acdbce83fc3f20556 to your computer and use it in GitHub Desktop.
;[XDebug]
;; Only Zend OR (!) XDebug
zend_extension="D:/wampstack/php\ext\php_xdebug.dll"
xdebug.remote_autostart = 1
xdebug.remote_enable=true
; xdebug.remote_host=127.0.0.1
; xdebug.remote_port=9000
; xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir= "C:\Windows\Temp"
xdebug.profiler_output_name= "cachegrind.out.%s"
[opcache]
zend_extension=php_opcache.dll
; Determines if Zend OPCache is enabled
opcache.enable=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment