我无法使用 php 5.4 连接到 Ingres

I can't connect to Ingres with php 5.4

我安装了 windows xp 并安装了 xampp,问题是在连接 ingres DB 时向我显示此错误 **致命错误:调用未定义的函数 ingres_connect( ) ** 我读到了它,我尝试加载扩展 php_ingres.dll 并使用我的分机名称编辑我的 php.ini。我有 php 5.4 有人有这个扩展 php_ingres.dll 如果您需要更多信息,请告诉我。我也安装了客户端ingres。

典型的错误,因为你没有安装PHP驱动Ingress,PHP.ini无法解决,请下载PHP驱动,稍后添加扩展= php_ingres.dl 在您的 xampp 服务器的 PHP.INI 中。您可以使用以下命令检查扩展是否已加载:extension_loaded('php_ingres').

Ingres 10.1.0 社区版:http://esd.ingres.com/product/Community_Projects/Ingres_Database/Windows_32-Bit/Ingres_10.1_Build_121/ingres-10.1.0-121-gpl-win-x86-NoDoc.zip/http

PHP 司机在这里:http://esd.ingres.com/product/drivers/PHP/Windows_32-Bit/PHP_Driver