Hi;

Linux 2.2.18 + oracle 8.1.7i + php 4.0.5 + oci8
I got a warning in log file.
"PHP Warning:  failed to rollback outstanding transactions!"

I have simplify the script.
it will cause the warning.

function ShowError($errormsg,$dbh=false)
{
        if($dbh!=false) OCILogOff($dbh);
        exit();
}

$dbh=OCILogon("weboracle","cyber","");
ShowError("Login Error",$dbh);


Regards;
Michael


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to