|
Posted by Mladen Gogala on 07/16/06 03:09
On Wed, 05 Jul 2006 09:51:55 -0600, Cal Lidderdale wrote:
> phpinfo says oci8 is supported. /etc/php.d doesn't have a oci8.ini and
> web searching doesn't return anything (that exists). So what am I
> missing? doing wrong? cl in co Thanks
The problem is in the fact that ora_logon is an OCI function, not OCI8
function. OCI is no longer supported in 5.1. The function you're looking
for is called "oci_connect", "oci_new_connect" or "oci_pconnect",
depending on what do you want to do with it.
--
http://www.mgogala.com
Navigation:
[Reply to this message]
|