简体   繁体   English

无法在XAMPP上安装Firebird

[英]Cannot install Firebird on XAMPP

I have windows 2003 server and XAMPP running on it. 我在其上运行Windows 2003 Server和XAMPP。 Now I can't configure PHP to connect to Firebird server. 现在,我无法配置PHP以连接到Firebird服务器。 I cannot install firebird support on php. 我无法在php上安装firebird支持。 I have uncommented 我没有评论

extension=php_interbase.dll

and

extension=php_pdo_firebird.dll

and I have downloaded gds32.dll from here http://www.dll-files.com/dllindex/dll-files.shtml?gds32 我已经从这里http://www.dll-files.com/dllindex/dll-files.shtml?gds32下载了gds32.dll

and put it in C:\\Windows folder. 并将其放在C:\\ Windows文件夹中。 But it won't work. 但这是行不通的。

You need to install the full Firebird server and client , gds32.dll is a legacy dll 您需要安装完整的Firebird服务器和客户端,gds32.dll是旧版dll。

http://www.firebirdsql.org/en/firebird-2-5-2-upd1/ http://www.firebirdsql.org/en/firebird-2-5-2-upd1/

also you can try to copy fbclient.dll from Firebird/bin folder to c:\\xampp\\apache\\bin 您也可以尝试将fbclient.dll从Firebird / bin文件夹复制到c:\\ xampp \\ apache \\ bin

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM