I'm getting this error when I try and run my script...
Warning: dl() [function.dl]: Unable to load dynamic library 'e:\php\ext\php_oci8.dll' - Access is denied. in D:\Inetpub\wwwroot\xxx\pub\test.php on line 14
I am attempting this using the dl() to include the dll... with no luck
If I uncomment the extension in php.ini, the php page times out with a CGI-Timeout error...
I set permissions for the IUSR to full r/w on the PHP directory with no success...
My PHP Version is 5.0 using Windows 2003 server.
I have Oracle 9i Client installed on the system...
Does anyone know what is going on?
Please help!!! =)