pdo_firebird: install Firebird 5.0.2 instead of 5.0.1 on Alpine with PHP 8.4 (#1067)

pull/1068/head 2.7.24
Michele Locati 2025-02-13 16:44:58 +01:00 committed by GitHub
parent 51f905db88
commit 5329e70180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)