testing [skip ci]

This commit is contained in:
Shivam Mathur
2025-11-26 07:31:57 +05:30
parent 9b213db010
commit f024c2c609
42 changed files with 172 additions and 172 deletions

View File

@ -24,7 +24,7 @@ add_firebird_helper() {
add_firebird() {
if [ "$(uname -s )" = "Darwin" ]; then
add_firebird_client_darwin >/dev/null 2>&1
add_firebird_client_darwin
fi
enable_extension pdo_firebird extension
status="Enabled"
@ -32,12 +32,12 @@ add_firebird() {
status="Installed and enabled"
if [ "$(uname -s)" = "Linux" ]; then
if [[ "${version:?}" =~ 5.3|${nightly_versions:?} ]]; then
add_firebird_helper /usr >/dev/null 2>&1
add_firebird_helper /usr
else
add_pdo_extension firebird >/dev/null 2>&1
add_pdo_extension firebird
fi
else
add_firebird_helper /opt/firebird >/dev/null 2>&1
add_firebird_helper /opt/firebird
fi
fi
add_extension_log pdo_firebird "$status"