Error when php_oci8.dll enabled

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Pancoro
Forum Newbie
Posts: 4
Joined: Fri Oct 06, 2006 6:06 am

Error when php_oci8.dll enabled

Post by Pancoro »

When php_oci8.dll extension enabled in php.ini, this error message appeared:
error: The procedure entry point OCILobRead2 could not be located in the dynamic link library OCI.dll
The message appear when using php 5.1.6, but not appear when using php 4.3.3.

Can you explain it to me ?


Thanks!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Pancoro wrote:When php_oci8.dll extension enabled in php.ini, this error message appeared:
error: The procedure entry point OCILobRead2 could not be located in the dynamic link library OCI.dll
Where do you see this error message?
Pancoro wrote:The message appear when using php 5.1.6, but not appear when using php 4.3.3.
Do they both run with exactly the same oracle client libraries?
Post Reply