faqts : Computers : Programming : Languages : PHP : Database Backed Sites : Oracle : Installation

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

54 of 141 people (38%) answered Yes
Recently 2 of 10 people (20%) answered Yes

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.