Skip to content

Instantly share code, notes, and snippets.

@jibran
Created November 19, 2020 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jibran/12304ae6cb20032e68f2527bdaca3151 to your computer and use it in GitHub Desktop.
Save jibran/12304ae6cb20032e68f2527bdaca3151 to your computer and use it in GitHub Desktop.
To get xdebug to work.
zend_extension=xdebug.so
xdebug.max_nesting_level=256 ; Fixes debugging for D8.
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.remote_connect_back=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment