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
 [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: Thu Mar 28 16:01:29 2024 UTC