You will need to download the informix library, and them compile it. Then you will need to place the ifx_php.so in your php/extensions dir.
Then go in your php.ini and under extensions pop in something like this:
extension=php_ifx.so
or whatever the filename is (should be a .so)
As to where youo will find the informix library... i have no idea. I hope this helps somewhat..