Skip to content
Snippets Groups Projects
Verified Commit 993b4486 authored by David Beniamine's avatar David Beniamine
Browse files

Add xdebug

parent d696fd4f
Branches
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ RUN apt-get install -y \ ...@@ -28,6 +28,7 @@ RUN apt-get install -y \
php-mysqli \ php-mysqli \
php-pdo-mysql \ php-pdo-mysql \
php-tokenizer \ php-tokenizer \
php-xdebug \
php-xml \ php-xml \
php-zip \ php-zip \
sudo\ sudo\
......
error_reporting = E_ALL error_reporting = E_ALL
display_errors = On display_errors = On
display_startup_errors = On display_startup_errors = On
xdebug.remote_port=9000
xdebug.remote_enable=1
xdebug.remote_connect_back=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment