#35573 [Opn->Fbk]: SELECT query which retrieves BLOB data causes php engine crashes.

2005-12-08 Thread sniper
 ID:   35573
 Updated by:   [EMAIL PROTECTED]
 Reported By:  zkoumalek at seznam dot cz
-Status:   Open
+Status:   Feedback
 Bug Type: Informix related
 Operating System: Windows XP Prof.
 PHP Version:  5.1.1
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




Previous Comments:


[2005-12-08 14:26:40] zkoumalek at seznam dot cz

I tried the latest version with the same result. When I want to
retrieve blob data from database, php engine crashes.



[2005-12-06 23:00:28] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2005-12-06 19:07:53] zkoumalek at seznam dot cz

Description:

I have Informix server version 9.4 on my computer with Windows XP prof
and PHP 5.1.1 with ESQL/C Version 9.21. I tried the latest php snapshot
with the same result. When I want to retrieve BLOB data from Informix
database, my php engine crashes. The problem is with ifx_query()
function. When I want to retrieve non BLOB data, everything work
perfectly.

Reproduce code:
---
$con = ifx_pconnect( "[EMAIL PROTECTED]", "user", "password" );
echo $con;
$res = ifx_query( "SELECT test_blob FROM test_table", $con );
echo $res;

Expected result:

$con != NULL;
$res != NULL;

Actual result:
--
CGI Error
The specified CGI application misbehaved by not returning a complete
set of HTTP headers. The headers it did return are:


Php engine crashes and I can see, that there is some problem in
ModName: php_ifx.dll.





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


#35573 [Opn->Fbk]: SELECT query which retrieves BLOB data causes php engine crashes.

2005-12-06 Thread sniper
 ID:   35573
 Updated by:   [EMAIL PROTECTED]
 Reported By:  zkoumalek at seznam dot cz
-Status:   Open
+Status:   Feedback
 Bug Type: Informix related
 Operating System: Windows XP Prof.
 PHP Version:  5.1.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip




Previous Comments:


[2005-12-06 19:07:53] zkoumalek at seznam dot cz

Description:

I have Informix server version 9.4 on my computer with Windows XP prof
and PHP 5.1.1 with ESQL/C Version 9.21. I tried the latest php snapshot
with the same result. When I want to retrieve BLOB data from Informix
database, my php engine crashes. The problem is with ifx_query()
function. When I want to retrieve non BLOB data, everything work
perfectly.

Reproduce code:
---
$con = ifx_pconnect( "[EMAIL PROTECTED]", "user", "password" );
echo $con;
$res = ifx_query( "SELECT test_blob FROM test_table", $con );
echo $res;

Expected result:

$con != NULL;
$res != NULL;

Actual result:
--
CGI Error
The specified CGI application misbehaved by not returning a complete
set of HTTP headers. The headers it did return are:


Php engine crashes and I can see, that there is some problem in
ModName: php_ifx.dll.





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