File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ php_docker_suffix=( "cli" "apache" "fpm" )
1515# PHP_VERSION => XDEBUG_VERSION
1616declare -A xdebug_versions
1717xdebug_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"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update \
1313 && rm -rf /var/lib/apt/lists/*
1414
1515RUN 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
1919COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update \
1313 && rm -rf /var/lib/apt/lists/*
1414
1515RUN 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
1919COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update \
1313 && rm -rf /var/lib/apt/lists/*
1414
1515RUN 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
1919COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
You can’t perform that action at this time.
0 commit comments