I have followed all instruction and default setting in PHP manual, but still found error when loading php_oci8.dll.
The procedure entry point OCILobFreeTemporary could not be located in the
dynamic link library OCI.DLL
Unknown(): Unable to load dynamic library
'c:/php/exetensions/php_oci8.dll' - The specified procedure could not be
found
My configuration: PHP Version 4.3.2, Apache 1.3, Windows 2000, Oracle 8i.
php.ini changes:
extension_dir = "c:/php/exetensions/"
extension=php_oci8.dll
extension=php_oracle.dll
Any helps would be appreciated.