If got php 4.2.2 and oracle 8.0.5 running under Windows NT 4. If I bind the extension php_oci8.dll for querying my oracle DB there ever occures an error if I try to open any .php-file. The error-msg is:
The procedureentrypoint "OCILobFreeTemporary" can't be found in the DLL "OCI.dll".
and:
unable to load dynamic library php_oci8.dll
I have compared the import table of "php_oci8.dll" an the export table of "OCI.dll" an I found that the looked vor OCILobFreeTemporary doesn't exist in the "OCI.dll". So I think the both Versions are not compatible.
I have not got the possibility to update my oracle version.
Have I to use a lower php version or is there another possibility to query to oracle from php without using the OCI?
Thx and sorry for my bad english.