Folks
I'm having dll problems as well
I download the zip file which has the dlls from php.net extracted the oracle dlls to c:\php\extensions\ (note that my php installation is the automatic-setup-iis/pws .exe install)
edited my php.ini with
extension_dir = C:\PHP\extensions\
and my browser still sends back an error like so
X-Powered-By: PHP/4.0.3pl1
Fatal error: Call to undefined function: ora_logon() in C:\Web\db.php on line 16
PHP Warning: Unable to load dynamic library 'C:\PHP\extensions\php_oci8.dll' - One of the library files needed to run this application cannot be found. in Unknown on line 0 PHP Warning: Unable to load dynamic library 'C:\PHP\extensions\php_oracle.dll' - One of the library files needed to run this application cannot be found. in Unknown on line 0
I'm using PWS on 98SE
Help
John