We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8f193 commit 620b36eCopy full SHA for 620b36e
Dockerfile
@@ -98,7 +98,7 @@ RUN \
98
apt-get install -y php-pear gcc make autoconf libc-dev pkg-config php8.3-dev libmcrypt-dev php8.3-cgi net-tools
99
RUN \
100
mkdir -p /var/www/html/log/xdebug && chown -R www-data:www-data /var/www/html/log/xdebug && \
101
- pecl install xdebug-3.2.2 && \
+ pecl install xdebug && \
102
bash -c "echo zend_extension=xdebug.so > /etc/php/8.3/mods-available/xdebug.ini" && \
103
bash -c "phpenmod xdebug" && \
104
cp -f /home/docker/php/develop.ini /etc/php/8.3/fpm/conf.d/x-develop.ini
0 commit comments