Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47455 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58157 invoked from network); 22 Mar 2010 16:04:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2010 16:04:19 -0000 Authentication-Results: pb1.pair.com header.from=hermanradtke@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hermanradtke@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hermanradtke@gmail.com X-Host-Fingerprint: 209.85.223.185 mail-iw0-f185.google.com Received: from [209.85.223.185] ([209.85.223.185:57186] helo=mail-iw0-f185.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/09-14451-20597AB4 for ; Mon, 22 Mar 2010 11:04:18 -0500 Received: by iwn15 with SMTP id 15so836706iwn.7 for ; Mon, 22 Mar 2010 09:04:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=01WjlRUATHLnntL2WfZvURmuitaOklU59PytvKjjjL4=; b=B1wn/COwByLMO1lwLmOLL1LaLFoyRR/JBoZ9wr2KhyXO0zkIiosTflrJzx/Szi0E/y XgCeymXQrP3bCeMYi4lfp0UFk5d7rk8/CUzF9yKzku8pMxkUgvVhfKwLqMalfBhub+ZU jh7hZJibgT2PlQ5G8RqJLbXGoMW7APiEoW1C0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hOPiUIfjfFFJ7vFBrysj2OH9jzpTDmVQOX5vV7o4r2QualwGI51RzXgWW9r46uKM5R 5ej7lwOtKYjr80ZKd4xZji/+LoyNl1l8LigljUFeNyttp7dJxlrDs2IQRh+Oy3ZDtdlA AKFE7p9wtGYvKlwga3Xkkri8iaRTbsvj06FBM= MIME-Version: 1.0 Received: by 10.231.144.207 with SMTP id a15mr1681826ibv.94.1269273855876; Mon, 22 Mar 2010 09:04:15 -0700 (PDT) In-Reply-To: <98b8086f1003220855ya52c266g8dc4cb866ed451ea@mail.gmail.com> References: <98b8086f1003220751j73a8414es89b9b469c46f6630@mail.gmail.com> <1269270852.1575.141.camel@guybrush> <98b8086f1003220822s47665f87x696b70e9c13dadbd@mail.gmail.com> <98b8086f1003220855ya52c266g8dc4cb866ed451ea@mail.gmail.com> Date: Mon, 22 Mar 2010 09:04:15 -0700 Message-ID: To: troels knak-nielsen Cc: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [PATCH] Raise warning first on "Maximum execution time exceeded" From: hermanradtke@gmail.com (Herman Radtke) > This patch handles timeout, not memory exhaustion. Apologies. My train of thought inexplicably switched over to memory. I meant to assert that your custom error handler could extend the length of the script to n extra seconds. This violates that idea of the timeout. -- Herman Radtke hermanradtke@gmail.com | http://hermanradtke.com