ID: 8267 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Informix related Operating System: Linux PHP Version: 4.0.3pl1 New Comment:
Does this happen with the latest CVS snapshot from http://snaps.php.net/ ? Previous Comments: ------------------------------------------------------------------------ [2000-12-14 21:35:31] [EMAIL PROTECTED] Warning: ifx_pconnect : E [SQLSTATE=IX 000 SQLCODE=-439] -------------------------------------------------------- I don't use [ifx_pconnect] function in my scripts. The reasons of -439 error code are as follows.(finderr -439) (I can't understand the means of thr descriptions.) -------------------------------------------------------- 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. ------------------------------------------------------------ ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=8267&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]