Entry
What are the steps for adding Oracle support to PHP?
How do i compile libraries of Oracle with PHP
Sep 21st, 1999 20:03
Nathan Wallace, Onno Benschop, Neeraj Mahna, Pedro Fradique da Silva
First, you must have at least the Oracle client installed on your
machine.
Second, you must have ORACLE_HOME and ORACLE_SID set.
Third, you have to compile php with-oracle.
Then, create a test php file with only:
<? phpinfo(); ?>
When you use that page, you must have reference to Oracle and Oci with
the pathnames, etc.
That's it.