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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 13:01:33 2025 UTC