I am running NT Server, SP6, IIS 4 and PHP 4.02. I just got the Oracle 8i client tools and apps install, I have a valid tnsnames (SQL Plus works to any DB I want to connect to) and ODBC is also working.
I have a directory c:\php which contains all the dll's (php_oci8.dll, php_oracle.dll etc).
I have two lines in php.ini which read
extension=php_oci8.dll
extension=php_oracle.dll
and lines which reads
extension_dir = c:\Php\
extension_path = c:\Php\
When I try to open any php file like an ampty one just containing phpinfo(), I get the following message:
1: Unable to load dynamic library 'c:\php\php_oci8.dll' The specified procedure could not be found.
2: Invalid library (Maybe not a PHP library) 'php_oracle.dll".
Any help would be SO VERY much appreciated.
I have a directory c:\php which contains all the dll's (php_oci8.dll, php_oracle.dll etc).
I have two lines in php.ini which read
extension=php_oci8.dll
extension=php_oracle.dll
and lines which reads
extension_dir = c:\Php\
extension_path = c:\Php\
When I try to open any php file like an ampty one just containing phpinfo(), I get the following message:
1: Unable to load dynamic library 'c:\php\php_oci8.dll' The specified procedure could not be found.
2: Invalid library (Maybe not a PHP library) 'php_oracle.dll".
Any help would be SO VERY much appreciated.