From:             boccara at netvision dot net dot il
Operating system: Win2k SBS SP4 Apache 2.0.47
PHP version:      4.3.3
PHP Bug Type:     Reproducible crash
Bug description:  zlib.output_compression = on

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 bug report at http://bugs.php.net/?id=25478&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25478&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25478&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25478&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25478&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25478&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25478&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25478&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25478&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25478&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25478&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25478&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25478&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25478&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25478&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25478&r=gnused

Reply via email to