[PATCH] Add apache uptime to phpinfo() FR #31391

php.internals

Magnus Maatta

21 years ago
Hi, This patch adds apache uptime to phpinfo() page for apache, apache2filter and apache2handler SAPIs. Should I commit, throw it away, change something ? /Magnus
-- Debian is like Suse with yast turned off, just better. :) -- Goswin Brederlow

Jani Taskinen

21 years ago
What's it useful for..? --Jani On Thu, 6 Jan 2005, Magnus Määttä wrote:

Magnus Maatta

21 years ago
On Friday 07 January 2005 07.44, Jani Taskinen wrote:
> What's it useful for..?
To see if a user really _did_ restart apache after doing changes to php.ini I guess.. That's what the report said. Can't come up with any other reason myself. =)
> On Thu, 6 Jan 2005, 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 ?
Magnus
-- Absence makes the heart grow frantic.

Lester Caine

21 years ago
Magnus Määttä wrote:
>> What's it useful for..? > > To see if a user really _did_ restart apache after doing changes to > php.ini I guess.. That's what the report said. Can't come up with any > other reason myself. =)
>>>This patch adds apache uptime to phpinfo() page for apache, >>>apache2filter and apache2handler SAPIs. >>> >>>Should I commit, throw it away, change something ?
It's something that would be useful when remote checking sites ( Joe - mod_status can't be run on all systems, and a check that is available anyway is much tidier ? )
-- Lester Caine ----------------------------- L.S.Caine Electronic Services

Joe Orton

21 years ago
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