|
Posted by David Layzell on 06/23/06 15:20
I am experiencing a similar issue to the one you describe here. Have you
found a resolution? I've found that when I profile php_oci8.dll with
Dependency Walker (www.dependencywalker.com) that this library is calling
ANOTHER library, OCI.dll, and that this dll is suffering from the error:
Error: At least one module has an unresolved import due to a missing export
function in an implicitly dependent module.
And it highlights OCIEnvNlsCreate as the culprit.
"Richard Conway" <ric@shoe.com> wrote in message
news:NOOBe.3297$y86.2612@fe03.ams...
> Hi guys,
>
> Having written in PHP with MySQL for a few years, I now need to start
> incorporating our Oracle 9i database into some of our pages. I have read
> a fair bit on the subject and it seems that most people are of the opinion
> that the OCI commands are the most versatile. Unfortunately though, when
> I uncomment the extension=php_oci8.dll line in my php.ini, php stops
> working. When I try to call it from the command line or through a web
> page it just hangs indefinately without any error message at all. I am
> running PHP 5.0.4 on Windows with IIS. I have installed the Oracle client
> and can connect to the remote database through SQLPlus.
>
> Any ideas as to why this is happening?
>
> Thanks,
> Richard
[Back to original message]
|