The dl() function does not work on multi-threaded servers (ie Apache(win32) and IIS). You'll have to add it in your php.ini file.
----- Original Message ----- From: "aiQa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 3:20 AM Subject: [PHP-DB] Oracle Dll Hi, I installed Apache, oracle client on windows 2000. When I use dl("php_oci8.dll") function it gives the following error. Warning: Unable to load dynamic library 'c:\php\extensions\php_oci8.dll' - The specified module could not be found. in C:\htdocs\php.php on line 5 ..but 'c:\php\extensions\php_oci8.dll' is exactly there. What can be the problem? (I also set extension_dir = c:\php\extensions\) Thanks, aiQa -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]