I'm having a problem that I'm hoping someone else has already run into and can help me out with.
I have PHP installed and functioning on IIS/Win2k and I was trying to enable the Oracle extensions.
I have altered the php.ini file as follows:
...
extension_dir = "C:\PHP\extensions"
...
extension=php_oci8.dll
;extension=php_openssl.dll
extension=php_oracle.dll
...
Now, when I call any php page, I receive the following errors:
"Unable to load dynamic library 'C:\PHP\extensions/php_oci8.dll' - The specified module could not be found"
and
"Unable to load dynamic library 'C:\PHP\extensions/php_oracle.dll' - The specified module could not be found"
The .dll files both exist in that directory. The only problem I can think of is the '/' before the .dll name, but I don't know how to change that.
Any help would be appreciated,
Jon Silvertooth