PHP 和 interbase 帮助
我正在尝试创建一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 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
是的,可以。如果您的客户端是 64 位,则称为 ibclient64.dll,而不是 gds32.dll
Yes, it can. If your client is 64-bit, it's called ibclient64.dll, not gds32.dll