Skip to content

Commit 84db78c

Browse files
committed
Use xdebug-3.4.5 for PHP 8.4
1 parent aab8cec commit 84db78c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bin/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ php_docker_suffix=( "cli" "apache" "fpm" )
1515
# PHP_VERSION => XDEBUG_VERSION
1616
declare -A xdebug_versions
1717
xdebug_versions=(
18-
["8.4"]="xdebug-3.3.1"
18+
["8.4"]="xdebug-3.4.5"
1919
["8.3"]="xdebug-3.3.1"
2020
["8.2"]="xdebug-3.3.1"
2121
["8.1"]="xdebug-3.1.3"

build/8.4-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update \
1313
&& rm -rf /var/lib/apt/lists/*
1414

1515
RUN pecl channel-update pecl.php.net \
16-
&& pecl install xdebug-3.3.1 \
16+
&& pecl install xdebug-3.4.5 \
1717
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1818

1919
COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini

build/8.4-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update \
1313
&& rm -rf /var/lib/apt/lists/*
1414

1515
RUN pecl channel-update pecl.php.net \
16-
&& pecl install xdebug-3.3.1 \
16+
&& pecl install xdebug-3.4.5 \
1717
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1818

1919
COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini

build/8.4-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update \
1313
&& rm -rf /var/lib/apt/lists/*
1414

1515
RUN pecl channel-update pecl.php.net \
16-
&& pecl install xdebug-3.3.1 \
16+
&& pecl install xdebug-3.4.5 \
1717
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1818

1919
COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini

0 commit comments

Comments
 (0)