ID:               25478
 User updated by:  boccara at netvision dot net dot il
 Reported By:      boccara at netvision dot net dot il
-Status:           Feedback
+Status:           Open
 Bug Type:         Output Control
 Operating System: Win2k SBS SP4 Apache 2.0.47
 PHP Version:      4.3.3
 New Comment:

I tried the 4.3.4-dev version and it still crash !.
Really sorry.


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

[2003-09-10 20:10:11] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

This should be fixed already. 


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

[2003-09-10 16:55:11] boccara at netvision dot net dot il

Description:
------------
With Microsoft SQL server 2000

*******************************************
* when using zlib.output_compression = on *
*******************************************

I've got this bug since older version of php and apache ( this is NOT a
new bug ).

When doing a while ( fetch ) of a query, it cause a crash at the same
time.

By Ex: If I make a query that should return 78 results,
when I make my while ( fetch ), it cause the system to crash at the
result number 49.
For another query , it wont't crash.
and for another query it will crash at the result 62 ( of 98 results by
ex.)

rem: All the query works.

rem: when using zlib.output_compression = OFF

evrything works thine.


Reproduce code:
---------------
QUERY

WHILE ( FETCH )

   ECHO RESULT;

ENDWHILE


Expected result:
----------------
1
2
3
4
5
6
7
8
9
10
11

Actual result:
--------------
NO OUTPUT !!!



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


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

Reply via email to