Php/docs/ibase.installation
安装
此扩展已被移至 » PECL 资源库且不再与 PHP 捆绑。7.4.0
安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » https://pecl.php.net/package/ibase.
To enable Firebird/InterBase support configure PHP
--with-interbase[=DIR], where DIR is the
Firebird/InterBase base install directory, which defaults to
/usr
.
Note:
Note to Win32/Win64 Users
为了使此扩展生效, DLL 文件必须能在 Windows 系统的
PATH
指示的路径下找到。如何操作的信息,请参见题为“如何在 Windows 中将 PHP 目录加到 PATH 中”的FAQ。虽然将 DLL 文件从 PHP 文件夹复制到 Windows 系统目录也行,但不建议这样做。 此扩展需要下列文件在PATH
路径中:fbclient.dll,gds32.dll
If you installed the Firebird/InterBase database server on the same machine PHP is running on, you will have this DLL already and
fbclient.dll,gds32.dll
(gds32.dll is generated from the installer for legacy applications) will already be in thePATH
.