Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14304 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44605 invoked by uid 1010); 7 Jan 2005 09:20:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44491 invoked from network); 7 Jan 2005 09:20:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jan 2005 09:20:06 -0000 X-Host-Fingerprint: 66.187.233.31 mx1.redhat.com Linux 2.4/2.6 Received: from ([66.187.233.31:51802] helo=mx1.redhat.com) by pb1.pair.com (ecelerity HEAD (r4049:4050)) with SMTP id 73/42-35138-4445ED14 for ; Fri, 07 Jan 2005 04:20:05 -0500 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j079Jtae020567 for ; Fri, 7 Jan 2005 04:20:00 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j079Jtr06175 for ; Fri, 7 Jan 2005 04:19:55 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j079JsRo015719 for ; Fri, 7 Jan 2005 09:19:54 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j079JrR4015718 for internals@lists.php.net; Fri, 7 Jan 2005 09:19:53 GMT Date: Fri, 7 Jan 2005 09:19:53 +0000 To: internals@lists.php.net Message-ID: <20050107091953.GA15567@redhat.com> Mail-Followup-To: internals@lists.php.net References: <200501062149.49937.magnus@php.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200501062149.49937.magnus@php.net> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] [PATCH] Add apache uptime to phpinfo() FR #31391 From: jorton@redhat.com (Joe Orton) On Thu, Jan 06, 2005 at 09:49:49PM +0100, Magnus Määttä wrote: > Hi, > > This patch adds apache uptime to phpinfo() page for apache, > apache2filter and apache2handler SAPIs. > > Should I commit, throw it away, change something ? I don't think there's any need to duplicate more of mod_status in phpinfo(), so I'd say throw it away. joe