php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13177 Broken tags in phpinfo()
Submitted: 2001-09-06 11:17 UTC Modified: 2001-09-06 11:42 UTC
From: wirtz at web-active dot com Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.0CVS-2001-09-06 OS: RedHat 7.1 2.4.9-ac7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
16 + 23 = ?
Subscribe to this entry?

 
 [2001-09-06 11:17 UTC] wirtz at web-active dot com
Hi again,

in the section "apache" there's the subsection "Max Requests".
The HTML there is
Per Child: 0<br>Keep Alive: on<br>Max Per Connection: 100
but should be
Per Child: 0<br>Keep Alive: on<br>Max Per Connection: 100
One row down:
Connection: 300&lt;br&gt;Keep-Alive: 15
should be
Connection: 300<br>Keep-Alive: 15

Regards,
Alex

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-06 11:42 UTC] sniper@php.net
They are not broken. This is intented behaviour.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC