ID: 25478 Updated by: [EMAIL PROTECTED] Reported By: boccara at netvision dot net dot il -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Win2k SBS SP4 Apache 2.0.47 PHP Version: 4.3.3 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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
