ID:               35573
 User updated by:  zkoumalek at seznam dot cz
 Reported By:      zkoumalek at seznam dot cz
-Status:           Feedback
+Status:           Open
 Bug Type:         Informix related
 Operating System: Windows XP Prof.
 PHP Version:      5.1.1
 New Comment:

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


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

[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

Reply via email to