PHP 和 interbase 帮助

发布于 2024-12-02 17:39:28 字数 387 浏览 1 评论 0原文

我正在尝试创建一个 PHP Web 应用程序来连接到 interbase 数据库。 Iv 安装了 PHP 和 Apache 的 xampp。然后我安装了 Firebird SQL 2.5 以获取所需的 DLL。然而,iv 注意到,在 php\ext 文件夹中似乎没有 php_interbase.dll,而 iv 需要从该文件中读取该 php_interbase.dll 。请有人指导我正确的方向,我可以在哪里获得所需的 DLL,甚至我应该如何设置我的机器以便我能够连接到 interbase。

当我尝试连接到数据库时,出现以下错误

致命错误:在第 11 行调用 C:\xampp\htdocs\phase\includes\config.php 中的未定义函数 ibase_connect()

im trying to create a PHP web application to connec to an interbase database. Iv installed xampp for the PHP and Apache. I then installed Firebird SQL 2.5 to get the required DLL's. however iv noticed that in the php\ext folder there doesnt seem to be a php_interbase.dll which from what iv read is needed. can some one please direct me in the right direction where I can get the needed DLL or even how i should ste up my machine in order for me to be able to connect to interbase.

when i try to connect to the database i get the following error

Fatal error: Call to undefined function ibase_connect() in C:\xampp\htdocs\phase\includes\config.php on line 11

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

避讳 2024-12-09 17:39:29

对于 windows64,

将文件 C:\Program Files\Firebird\Firebird__\WOW64\fbclient.dll 复制

到 :C:\Windows\SysWOW64\fbclient.dll

for windows64

copy file C:\Program Files\Firebird\Firebird__\WOW64\fbclient.dll

to :C:\Windows\SysWOW64\fbclient.dll

娇妻 2024-12-09 17:39:28

是的,可以。如果您的客户端是 64 位,则称为 ibclient64.dll,而不是 gds32.dll

Yes, it can. If your client is 64-bit, it's called ibclient64.dll, not gds32.dll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文