Skip to content

Commit

Permalink
added xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
fadilxcoder authored and fadilxcoder committed Jan 23, 2023
1 parent 95d4e92 commit eafbe36
Show file tree
Hide file tree
Showing 8 changed files with 1,662 additions and 1,956 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.c9
/docker/database/data
/www/php_error_log
php_error_log
/.vscode
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
- database
volumes:
- ./www:/var/www/html
extra_hosts:
- "host.docker.internal:host-gateway"

apache2:
container_name: hfx_apache_2
Expand Down
6 changes: 6 additions & 0 deletions docker/php-fpm/config/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1931,3 +1931,9 @@ ldap.max_links=-1
; End:

openssl.cafile=

zend_extension=xdebug
[xdebug]
xdebug.mode=develop,debug
xdebug.client_host=host.docker.internal
xdebug.start_with_request=yes
179 changes: 0 additions & 179 deletions www/README.md

This file was deleted.

Loading

0 comments on commit eafbe36

Please sign in to comment.