Hi
I have a problem with getting the php_oracle.dll and/or php_oci8.dll to work in windows.
I use win2k, iis and php4.2.2
Ive installed oracle client 8.0.5
After that i remove the ; from the extension row in php.ini and try to open a .php file that looks like this:
<?echo "test";?>
The page never comes up in explorer it just stands thinking. On the server i get the following error:
"Unable to load dynamic link library 'c:\php\ext\php_oracle.dll"(with oci8 dll it stands oci8 instead of oracle).
It works fine with for example php_mssql.dll and they are in the same folder. I have just copied them there from the extension folder from the dist.
I have no idea whats wrong, but need this to work so if someone know whats wrong or encountered this before PLEASE writw what u know..
thanks in advance..