Hi guys,
Im having a serious problem.
Im working with php3 on Win2K with oracle 8.1.6; everything works fine but...
I have tried to insert the extension php_oci80.dll in the php3.ini file.
but it doesnt load the library since i'm not able to change the extension dir. it stays at ./ ???? howcome...
but i tried the dl() funtion. But this one gives me troubles also!
This is the error :
Module load failed - duplicate function name - ocicommit in (null) on line 41
this occurs when i do :
dl("php_oci80.dll");
obiously the module is already loaded into memory.
But when I leav the line out, it will result in an unknown funtion call. #@#@@#
who can help me out?
Im having a serious problem.
Im working with php3 on Win2K with oracle 8.1.6; everything works fine but...
I have tried to insert the extension php_oci80.dll in the php3.ini file.
but it doesnt load the library since i'm not able to change the extension dir. it stays at ./ ???? howcome...
but i tried the dl() funtion. But this one gives me troubles also!
This is the error :
Module load failed - duplicate function name - ocicommit in (null) on line 41
this occurs when i do :
dl("php_oci80.dll");
obiously the module is already loaded into memory.
But when I leav the line out, it will result in an unknown funtion call. #@#@@#
who can help me out?