Hi, I've got the same problem here but only !!! when I'm working with the following constructs ti make a connection:
$oci_connection = OCILogon($oracle_user, $oracle_pass, $oracle_host);
define (DB_CONN, $oci_connection);
When I'm doing no define and just use $oci_connection, it works wothout this awful message.
Any solutions?
cu