|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-09-10 10:04 UTC] sniper@php.net
  [2002-09-26 19:58 UTC] sniper@php.net
  [2002-10-14 19:36 UTC] sniper@php.net
  [2003-04-27 14:45 UTC] Suicidal_Insanity at stormcoast-fortress dot ne
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 11:00:01 2025 UTC | 
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