ID:               25889
 User updated by:  donnie dot rivera at doc dot state dot co dot us
 Reported By:      donnie dot rivera at doc dot state dot co dot us
 Status:           Bogus
 Bug Type:         Informix related
 Operating System: Solaris 5.6
 PHP Version:      Irrelevant
 New Comment:

I am replaying to this ‘bug ticket’ because I have already read through
the comments to the post that I was pointed to read. I have notice the
following:
* It is an Apache problem 
* It is an Informix problem 
* It is PHP’s php_ifx.dll problem 

I have also noticed that the first report to this error was almost two
years ago! I want to know if there has anything being done to resolve
this issue and/or is it the issue being tucked away. This is important
because we might have to change architecture of our development if it
is not going to be resolved. Please let me know what PHP is doing to
resolve this issue!   
 
Thanks,

Donnie Rivera


Previous Comments:
------------------------------------------------------------------------

[2003-10-16 23:39:31] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

See bug #14254

------------------------------------------------------------------------

[2003-10-16 11:41:34] donnie dot rivera at doc dot state dot co dot us

Description:
------------
Our current production environment is as follows:
        Apache 1.3.26
        PHP 4.2.3
        Informix 7.24 UC8

About a year ago, we went into production with our Intranet web site.
Initially we ran into the Informix error -439, which we were able to
control by starting and stopping Apache every six hours. This seemed to
resolve the problem, but now it is recurring again. Has anybody
resolved what the problem is? We have an instance of Informix 9.30.UC3,
but do not know if this will resolve the problem. Also, we were
wondering if the PHP php_ifx.dll has been update with the newer
versions. Our long term goal is to migrate to DB2, but take
considerable time to accomplish. Any suggestions on how to resolve this
problem would be greatly appreciated. 

Thanks,

Donnie Rivera

Reproduce code:
---------------
ifx_query("SELECT * FROM ANNOUNCEMENT", $id);

Expected result:
----------------
25 records

Actual result:
--------------
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.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25889&edit=1

Reply via email to