Skip to content

Commit

Permalink
Fixes php 8.1 xdebug build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Oct 4, 2023
1 parent 6d0d094 commit 0ec0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN \
RUN \
mkdir -p /var/www/html/log/xdebug && chown -R www-data:www-data /var/www/html/log/xdebug && \
pecl install xdebug-3.2.2 && \
bash -c "echo zend_extension=xdebug.so > /etc/php/7.4/mods-available/xdebug.ini" && \
bash -c "echo zend_extension=xdebug.so > /etc/php/8.1/mods-available/xdebug.ini" && \
bash -c "phpenmod xdebug" && \
cp -f /home/docker/php/develop.ini /etc/php/8.1/fpm/conf.d/x-develop.ini

Expand Down

0 comments on commit 0ec0ed4

Please sign in to comment.