PHP page running on i5 connect to Oracle DB - OCI8.so missing
919351Feb 23 2012 — edited Feb 23 2012Hello,
We are running PHP from our iSeries, and attempting to connect to an oracle database located on a different server. I can ping the DB from our iSeries, so i know the connection exists.
The connection is not working, and through digging into the XXXX i've found that it requires that extension=php_oci8.so be uncommented from the php.ini file.
However, we do not have the php_oci8.so file in our filesystem. I'm told that a download of the full PHP package will include this file, but I did not find it when i did the download.
Can anyone provide this file? Or if not, tell me how to get it?
Thank you for your time!