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 b4ea64f commit 68cf11aCopy full SHA for 68cf11a
Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
22
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
23
&& docker-php-ext-install bcmath mysqli pdo_mysql gd opcache mbstring pdo pdo_pgsql pgsql zip bz2 iconv
24
25
-RUN yes | pecl install xdebug-2.7.0beta1 \
+RUN yes | pecl install xdebug \
26
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
27
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/xdebug.ini \
28
&& echo "xdebug.remote_autostart=off" >> /usr/local/etc/php/conf.d/xdebug.ini \
0 commit comments