We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929134f commit f2b5282Copy full SHA for f2b5282
Dockerfile
@@ -93,7 +93,7 @@ ENTRYPOINT [ "docker-entrypoint.sh" ]
93
FROM hashtopolis-server-base as hashtopolis-server-dev
94
95
# Setting up development requirements, install xdebug
96
-RUN yes | pecl install xdebug && docker-php-ext-enable xdebug \
+RUN yes | pecl install xdebug-3.4.0beta1 && docker-php-ext-enable xdebug \
97
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
98
&& echo "xdebug.mode = debug" >> /usr/local/etc/php/conf.d/xdebug.ini \
99
&& echo "xdebug.start_with_request = yes" >> /usr/local/etc/php/conf.d/xdebug.ini \
0 commit comments