如何为 Informix 安装 PHP 驱动程序?

如何为 Informix 安装 PHP 驱动程序?

在我的公司中,我使用的是 Windows 8、IBM Informix Dynamic Server、XAMPP v3.2.1、IBM Informix Client SDK 4.10(64 位)。
我尝试下载 php_pdo_informix.dll、php_pdo.dll,结果如下:

PHP 警告:PHP 启动:PDO:无法初始化模块 使用模块 API=20050922 编译的模块 使用模块 API=20100525 编译的 PHP 这些选项需要匹配

PHP 启动:无法加载动态库“C:\xampp\php\ext\php_pdo_informix.dll” - %1 不是有效的 Win32 应用程序。

然后我下载了 PDO_INFORMIX-1.3.1.tgz 并尝试使用以下命令对其进行编译:

buildconf --force
configure --enable-aop
nmake

结果是:

'buildconf' is not recognized as an internal or external command,
operable program or batch file.

相关内容