When I try to connect to an informix database with the PDO connection, I get the following error when I test the connection:
Connection Error
Connection attempt failed: SQLSTATE=01S00, SQLDriverConnect: -11005 [Informix][Informix ODBC Driver]Invalid connection string attribute.
I can connect to the database with the same connection information through the native Informix connection. And if I create a simple stand along test php program, it will connect fine.
So, there must be some problem with what you are feeding the Informix PDO connector.
Nick