php_oci8.dll ???Please help ?????

wxdqz

New Member
Hi, I installed (windows 2000) php4 ,apache and mysqlp, everything is working fine, but when I want to run an application that is using oracle8i, I got this message :
You must have installed PHP 4 with --with-oci8 support!
So I installed oracle8i (in windows2000), and I downloaded the dll called php_oci8.dll and put it in c:\windows\system32
then I went back to run the same php application ad I got this warning message :
Unable to load dynamic library 'c:\php4/php_oci8.dll' the specific module could not be found

Then I deleted that dll dile (php_oci8.dll) from c:\windows\system32 and put it in c:\php4\
Running the same application I got another warning message :
oci8 unable to initialize module
Module compiled with ebug=0, thread-safety=1, module API = 20001222
PHP compiled with debug=0, thread safety=1, module API = 20000809
These options need to match

Please help me, what should I do
Thanks your help will be appreciated
 
Back
Top