I'm having a hard time setting up PHP to connect to an Informix using the php_ifx.dll. It doesn't seem to work because all the ifx functions can not be recognised when I a simle:
$conn = ifx_pconnect("mydb@dbserver,"userid", userpwd");
it comes out with a fatal error saying "undefined function ifx_pconnect()."
I have setup all environment variables and Informix client, but it seems that PHP is not compiled ot run the ifx functions.