Skip to content

Commit

Permalink
Build PHP 8.3.0RC6 from "eric", not "jakub"
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Nov 13, 2023
1 parent d34a5da commit 3fc5562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root-files/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ build_compile_php() {

if [[ "${PHP_VERSION}" =~ ^8.3 ]]; then
# different source and replace - separator in version against what PHP uses (i.e. nothing)
php_source_url="https://downloads.php.net/~jakub/php-${PHP_VERSION/-/}.tar.gz"
php_source_url="https://downloads.php.net/~eric/php-${PHP_VERSION/-/}.tar.gz"
else
php_source_url="https://www.php.net/distributions/php-${PHP_VERSION}.tar.gz"
fi
Expand Down

0 comments on commit 3fc5562

Please sign in to comment.