ID:               19332
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Zlib Related
 Operating System: Windows2000/?
 PHP Version:      4.2.2
 New Comment:

Please try using this CVS snapshot:

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




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

[2002-09-10 10:04:49] [EMAIL PROTECTED]

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.



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

[2002-09-10 09:04:31] [EMAIL PROTECTED]

Running under Apache web server in an windows 2000 sistem, after 508
loops of gzopen gzclose, the server will no more accept requests.

<?php
session_start();
if (! isset($_SESSION[counter])){$_SESSION[counter]=0;}
$_SESSION[counter]++;
echo $_SESSION[counter];
$filePointer = gzopen("test.gz", "rb9");
gzclose($filePointer);
?>
<script>
window.location = <this page>;
</script>


after 508 loops the server will stops

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


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

Reply via email to