I'm trying to call Oracle from PHP (hosted on Apache 2 using Windows XP Professional) and I'm getting a PHP warning message:
PHP Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_oci8.dll' - The specified module could not be found.
in Unknown on line 0
I know that file exists, and I know my php.ini extension directory points to it and that the file is included in the ini file.
The oci.dll should be referencable by PHP, so I'm not quite sure what the deal is.
The HTML generates fine if I'm using PHP-CGI to call it, but it aborts at the point where the error is generated (a call to oci_connect) if I'm trying to browse it over Apache. I suspect it's terminating there due to the warnings.
Any ideas?Did you try installing the InstantClient (<!-- m --><a class="postlink" href="http://www.oracle.com/technology/tech/oci/instantclient/index.html">http://www.oracle.com/technology/tech/o ... index.html</a><!-- m -->) from oracle.com ?
PHP Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_oci8.dll' - The specified module could not be found.
in Unknown on line 0
I know that file exists, and I know my php.ini extension directory points to it and that the file is included in the ini file.
The oci.dll should be referencable by PHP, so I'm not quite sure what the deal is.
The HTML generates fine if I'm using PHP-CGI to call it, but it aborts at the point where the error is generated (a call to oci_connect) if I'm trying to browse it over Apache. I suspect it's terminating there due to the warnings.
Any ideas?Did you try installing the InstantClient (<!-- m --><a class="postlink" href="http://www.oracle.com/technology/tech/oci/instantclient/index.html">http://www.oracle.com/technology/tech/o ... index.html</a><!-- m -->) from oracle.com ?