Entry
How can i use oracle through php with iis on windows. I have installed php 4.3.3, iis 5,oracle 9i.
Sep 2nd, 2005 05:20
dmc dmc, Eyzen Medina, Mandepudi Anil Kumar Reddy,
You should installed PHP as CGI using IIS. You can use a OCi8 functions
or Oracle functions.
Bouth dll are included with the PHP binary installer.
You have to edit your php.ini
first tell to php where the extension dir are located in the line with
extension_dir=
after that you have to go to the Dynamic Extensions section.
discoment those lines
extension=php_oci8.dll
extension=php_oracle.dll
Restart the IIS and now you can start usign the ora and oci functions.
Eyzen
__________________
I solved this problem by putting any Oracle Instant Client DLL´s
in the winnt\system32 directory.
The ISS then starts without an error.
Denis