php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21289 phpinfo() reports 2 different Apache versions
Submitted: 2002-12-30 07:52 UTC Modified: 2002-12-30 07:55 UTC
From: memoimyself at yahoo dot com dot br Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 4.3.0 OS: Windows 2000
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: memoimyself at yahoo dot com dot br
New email:
PHP Version: OS:

 

 [2002-12-30 07:52 UTC] memoimyself at yahoo dot com dot br
I have PHP 4.3.0 and Apache 1.3.27 on a Windows 2000 (SP 3) machine. PHP runs as a SAPI module. phpinfo() reports two different Apache versions: under the "apache" heading it reports "Apache Version  Apache/1.3.24", but under "Apache Environment" it reports "SERVER_SIGNATURE  <ADDRESS>Apache/1.3.27 Server at 127.0.0.1 Port 80</ADDRESS>  
SERVER_SOFTWARE  Apache/1.3.27 (Win32) PHP/4.3.0".

Is this a PHP bug or an Apache bug? Or neither? It doesn't really affect; just thought I might contribute.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-30 07:55 UTC] derick@php.net
The module was build against 1.3.24 and used with 1.3.27. It's normal that these difference show up and not really a bug.

Derick

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 18:01:28 2024 UTC