php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39359 Server API says 2.0 instead of 2.0
Submitted: 2006-11-03 13:17 UTC Modified: 2006-11-04 18:44 UTC
Votes:2
Avg. Score:3.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: OlafvdSpek at Gmail dot Com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.2.0 OS: Windows XP
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: OlafvdSpek at Gmail dot Com
New email:
PHP Version: OS:

 

 [2006-11-03 13:17 UTC] OlafvdSpek at Gmail dot Com
Description:
------------
Hi,

phpinfo() says "Server API: Apache 2.0 Handler" although it's running on 2.2.3.

Reproduce code:
---------------
phpinfo();

Expected result:
----------------
Server API: Apache 2.2 Handler

Actual result:
--------------
Server API: Apache 2.0 Handler

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-03 19:57 UTC] iliaa@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

The sapi name does not change with the Apache version. It is 
the same sapi, 2.0 refers to major Apache version.
 [2006-11-04 12:09 UTC] OlafvdSpek at Gmail dot Com
> It is the same sapi, 2.0 refers to major Apache version.

But 2.0 is major.minor, shouldn't it say Apache 2 then?
 [2006-11-04 18:44 UTC] iliaa@php.net
no.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 06 06:01:27 2024 UTC