ID: 13459 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Informix related Operating System: Linux 2.2 PHP Version: 4.0.5 New Comment: Informix throws the error, which is (from http://www.informix.com/answers/english/ierrors.htm): -439 Database server is currently processing an SQL task. You attempted to call an SQL routine or attempted to execute an SQL statement within a signal handling function/routine or a callback function/procedure. Use only the sqldone() and sqlbreak() library functions inside your INFORMIX-ESQL/C callback function. Use only the ECO-SQD and ECO-SQB library routines inside your ESQL/COBOL callback procedure. In addition, if you want to unregister your callback function in INFORMIX-ESQL/C, you can invoke the sqlbreakcallback() callback registration function within your callback procedure. If you want to unregister your callback procedure in ESQL/COBOL, you can invoke the ECO-SQBCB callback registration routine within your callback procedure. Previous Comments: ------------------------------------------------------------------------ [2001-09-26 14:00:52] [EMAIL PROTECTED] It's happenning the error -439 in my site. But I never got the ways it happens because it occurs just sometimes and I never could reproduce it in my tests. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13459&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]