step1: Install Oracle Client or Server
Step2: Open php.ini file and uncomment below two statements ;extension = php_oci8.dll ;extension = php_oracle.dll
(or)
step2: compile php with below options
--with-oracle=/path/to/oracle/home/dir --with-oci8=/path/to/oracle/home/dir
step1: Install Oracle Client
Sun, 06/22/2008 - 17:30 — adminstep1: Install Oracle Client or Server
Step2: Open php.ini file and uncomment below two statements
;extension = php_oci8.dll
;extension = php_oracle.dll
(or)
step2: compile php with below options
--with-oracle=/path/to/oracle/home/dir
--with-oci8=/path/to/oracle/home/dir