I am trying to connect to an Informix db remotely via php7.0 I've found the driver https://pecl.php.net/package/PDO_INFORMIX/1.3.3
Downloaded the .tar.gz. and extracted it. Prepped the php files via phpize and ran ./configure as explained in:
http://php.net/manual/en/ref.pdo-informix.php
However, it crashes with the following error:
checking for PDO includes... configure: error: Cannot find php_pdo_driver.h.
I know that PDO has been a core PHP lib for a while and probably the C header file is named differently than the one referenced in the lib.
Any ideas where to go from here? It's been a very rough day. Installing the Informix SDK is a nightmare for itself anyway. Can't even find the installation dir.