Tom Skillman wrote:
> Hi.  I'm trying to use PHP with IIS.  We have a server running Windows
> 2000 (no active directory), and IIS4.  I set up PHP using the CGI
> Executable, and this is working fine, but when I enable the extensions
> for Oracle, I get an error every time a page is loaded about not
> finding the .dll's even if the page is not using the Oracle
> functions.
http://ch.php.net/manual/en/ref.oci8.php

> Another option is to get PHP to use two separate .ini files, but I
> haven't been able to do this either.  I don't really need oracle
> functions in IIS, but no matter what I try, IIS uses the same .ini
> file.  Any Ideas?

If you use PHP as CGI it first looks in its own directory for the ini file.
So you could set up the php version for IIS in its own directory with the
ini file in there. This should work.

Christoph




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to