Skip to content

Commit 620b36e

Browse files
committed
refs #41568, upgrade xdebug
1 parent 1a8f193 commit 620b36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN \
9898
apt-get install -y php-pear gcc make autoconf libc-dev pkg-config php8.3-dev libmcrypt-dev php8.3-cgi net-tools
9999
RUN \
100100
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 && \
101+
pecl install xdebug && \
102102
bash -c "echo zend_extension=xdebug.so > /etc/php/8.3/mods-available/xdebug.ini" && \
103103
bash -c "phpenmod xdebug" && \
104104
cp -f /home/docker/php/develop.ini /etc/php/8.3/fpm/conf.d/x-develop.ini

0 commit comments

Comments
 (0)