Skip to content

Commit

Permalink
pdo_firebird: install Firebird 5.0.2 instead of 5.0.1 on Alpine with …
Browse files Browse the repository at this point in the history
…PHP 8.4 (#1067)
  • Loading branch information
mlocati authored Feb 13, 2025
1 parent 51f905d commit 5329e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ isFirebirdInstalled() {
installFirebird() {
printf 'Installing firebird\n'
if test $PHP_MAJMIN_VERSION -ge 804; then
installFirebird_src="$(getPackageSource https://github.com/FirebirdSQL/firebird/releases/download/v5.0.1/Firebird-5.0.1.1469-0-source.tar.xz)"
installFirebird_src="$(getPackageSource https://github.com/FirebirdSQL/firebird/releases/download/v5.0.2/Firebird-5.0.2.1613-0-source.tar.xz)"
cd -- "$installFirebird_src"
./configure --enable-client-only
make -j$(getProcessorCount)
Expand Down

0 comments on commit 5329e70

Please sign in to comment.