From: [EMAIL PROTECTED] Operating system: Redhat Linux 6.1 PHP version: 4.1.1 PHP Bug Type: OCI8 related Bug description: unexpected error 'OCI8 Recursive call!'
I have a script that does an OCILogin, then OCIParses a query, then does a few OCIBindByName calls, an OCIExecute, an OCIFreeStatement and finally OCILogoff. The query is a PL/SQL block with a BEGIN, a few update and insert queries and an END. Most of the time the script runs fine. But every now and then (haven't discovered any regularity yet) I'm getting 'OCI8 Recursive call!' in my error logs. I've taken a look at ext/oci8/oci8.c to see what would trigger this error, and from what I see there, I can think of no errors in my script that could cause this. So my guess os that it is some internal error. -- Edit bug report at: http://bugs.php.net/?id=15198&edit=1 -- PHP Development 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]