Hi,
I know that this subject has already been discussed, and i went through many forums, but still cant solve this problem.
Since any case/problems has its own specification, i will detail mine and if anyone can suggest/help me i would really appreciate it.
Im working on a company that uses Oracle 9, and its installed on a shared NT Library, and my computer has access to the ORACLE_HOME (Read & execute)
My computer has -
Windows XP Pro SP2
PHP 5.2.0
Library c:\php\ext exist with both files - php_oci8.dll and php_oracle.dll
php.ini is well configured
IIS
Env variable PATH has link to the oracle shared library (O:\ora92w2000\bin), and to the PHP directory.
Env variable NLS_LANG = AMERICAN_AMERICA.WE8ISO8859P1
I also copied many DLL files to the windows\system32 library (php5ts.dll, oci.dll ...)
Yet when i try to run most basic php with oracle functionality it gives me the usual Error:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php\ext\php_oci8.dll' - The specified procedure could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php\ext\php_oracle.dll' - The specified module could not be found. in Unknown on line 0 PHP Fatal error: Call to undefined function oci_connect() in C:\Inetpub\wwwroot\connect.php on line 4
Any suggestions?
Thanks, Rony.