Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 23261 invoked from network); 20 Dec 2004 21:26:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Dec 2004 21:26:01 -0000 Received: (qmail 64163 invoked by uid 500); 20 Dec 2004 21:24:24 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 64089 invoked by uid 500); 20 Dec 2004 21:24:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 64027 invoked by uid 99); 20 Dec 2004 21:24:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from smtp-2.michtel.com (HELO smtp-2.michtel.com) (64.79.77.65) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Dec 2004 13:24:14 -0800 Received: from epox2800 (host201.64-31-6.bignet.net [64.31.6.201]) by smtp-2.michtel.com (Postfix) with SMTP id 305252B11A6; Mon, 20 Dec 2004 16:22:29 -0500 (EST) From: "Michael Avila" To: "Svensson, B.A.T. (HKG)" , Date: Mon, 20 Dec 2004 16:23:26 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked Subject: [users@httpd] RE: [PHP-WIN] Timer in Safe Mode X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I don't know what your MostStupid IIS comment is about (doesn't make sense) but I am using Apache and it is set at 300. It dies a lot sooner than that, maybe within a minute. Mike -----Original Message----- From: Svensson, B.A.T. (HKG) [mailto:B.A.T.Svensson@lumc.nl] Sent: Sunday, December 19, 2004 6:09 PM To: 'Mike '; ''MikeA' ' Subject: RE: [PHP-WIN] Timer in Safe Mode Well, only half the truth of the story. IF php is running under a web server, whihc normlay is the case, then the webservers will also have a time out to kill the hosting script engine. In Apache this is TimeOut, and in MostStupid IIS one will find it to be located in a million places. -----Original Message----- From: Mike To: 'MikeA'; php-windows@lists.php.net Sent: 18-12-2004 4:03 Subject: RE: [PHP-WIN] Timer in Safe Mode In your php.ini file there's a directive called max_execution_time (in seconds) - so you don't have to worry about any "forever-running" scripts - PHP will kill them if they go on past that point anyhow. Check out the phpinfo() output if you don't have direct access to your php.ini file - this should be sufficient. -M > -----Original Message----- > From: news [mailto:news@sea.gmane.org] On Behalf Of MikeA > Sent: Friday, December 17, 2004 9:51 PM > To: php-windows@lists.php.net > Subject: [PHP-WIN] Timer in Safe Mode > > WinXP SP2 > PHP 4.3.9 > Apache 2.0.52 > > I have a script which sets a timeout for a script execution > so it does not go on forever in a loop or whatever. I keep > getting a message that I cannot set a timer in safe-mode. > How else can I do this? Is there a way to simulate a timer function? > > Thanks. > > Mike --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org