Skip to content

Commit c7811c8

Browse files
committed
Adjust download URL for PHP 8.5.0RC2
1 parent 4734623 commit c7811c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root-files/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ build_compile_php() {
114114
local php_source_url
115115

116116
if [[ "${PHP_VERSION}" =~ ^8.[5] ]]; then
117-
php_source_url="https://downloads.php.net/~daniels/php-${PHP_VERSION}.tar.gz"
117+
php_source_url="https://downloads.php.net/~edorian/php-${PHP_VERSION}.tar.gz"
118118
else
119119
php_source_url="https://www.php.net/distributions/php-${PHP_VERSION}.tar.gz"
120120
fi

0 commit comments

Comments
 (0)