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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wirtz at web-active dot com
New email:
PHP Version: OS:

 

 [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 26 04:01:30 2024 UTC