Skip to content

Commit

Permalink
Remove deprecated xdebug configuration keys (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertborsos authored Jan 23, 2021
1 parent dbe8261 commit 643d258
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions php/image-files/usr/local/etc/php/conf.d/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
;zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_connect_back=0
xdebug.mode=debug
xdebug.start_with_request=yes
;;; if you are on macOS, use host.docker.internal to identify the host machine, due to a network limitation on mac (https://docs.docker.com/docker-for-mac/networking/#port-mapping)
;;; otherwise find host ip
xdebug.client_host=host.docker.internal
Expand Down

0 comments on commit 643d258

Please sign in to comment.