Skip to content

Commit

Permalink
Update xdebug.ini to work with php8 and xdebug 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
behzad1q committed May 11, 2023
1 parent ca52a85 commit 8ac5d33
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions scaffold/optional/docker/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
zend_extension=xdebug.so
xdebug.max_nesting_level=500
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.remote_connect_back=1
xdebug.idekey=PHPSTORM
xdebug.mode=debug,develop
xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.client_discovery_header=HTTP_X_FORWARDED_FOR,REMOTE_ADDR

0 comments on commit 8ac5d33

Please sign in to comment.