PHP7.4 and firebird/interbase: ibase_connect(), ibase_query() 调用未定义函数
PHP7.4 and firebird/interbase: ibase_connect(), ibase_query() Call to undefined function
我正在处理遗留的 firebird 数据库,似乎无法让它与 PHP7.4 一起工作。
interbase 扩展在 PHP7.4 中不再可用,我只能安装 PDO_FIREBIRD.
PECL 上也没有发布。
https://pecl.php.net/package/interbase
任何提示如何使其与 7.4 一起工作?
PHP 的最新版本确实不再随 interbase 软件包一起提供。相反,您可以使用 Firebird PHP driver,它是 interbase 包的分支和继续开发。
我正在处理遗留的 firebird 数据库,似乎无法让它与 PHP7.4 一起工作。 interbase 扩展在 PHP7.4 中不再可用,我只能安装 PDO_FIREBIRD.
PECL 上也没有发布。 https://pecl.php.net/package/interbase
任何提示如何使其与 7.4 一起工作?
PHP 的最新版本确实不再随 interbase 软件包一起提供。相反,您可以使用 Firebird PHP driver,它是 interbase 包的分支和继续开发。