PHP5 and Oracle
Posted: Wed Jun 15, 2005 10:41 am
I am running Windows XP, PHP 5.0.4 and Apache 2.0.54. PHP is working just fine. I now need to load the module php_oci8.dll to use Oracle.
I've changed my php.ini extension_dir line to read:
extension_dir = "C:\PHP5\ext"
Then I uncommented the extension=php_oci8.dll line in the php.ini file.
Then I restarted Apache.
Now I'm getting an error when I load php pages:
PHP Startup: Unable to load dynamic library 'c:\PHP5\ext\php_oci8.dll' - The specified module could not be found.
When I look for that dll, it is located in c:\PHP5\ext\php_oci8.dll. It's in the right spot. I've even dropped it into the C:\windows and c:\windows\system32 directories and no luck.
This worked great with PHP 4. Anyone know how to fix this?
I've changed my php.ini extension_dir line to read:
extension_dir = "C:\PHP5\ext"
Then I uncommented the extension=php_oci8.dll line in the php.ini file.
Then I restarted Apache.
Now I'm getting an error when I load php pages:
PHP Startup: Unable to load dynamic library 'c:\PHP5\ext\php_oci8.dll' - The specified module could not be found.
When I look for that dll, it is located in c:\PHP5\ext\php_oci8.dll. It's in the right spot. I've even dropped it into the C:\windows and c:\windows\system32 directories and no luck.
This worked great with PHP 4. Anyone know how to fix this?