php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35102 phpinfo() shows a wrong version
Submitted: 2005-11-04 10:51 UTC Modified: 2005-11-04 10:59 UTC
From: alfice at r4 dot dion dot ne dot jp Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.4.1 OS: debian 2.4.27-2
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: alfice at r4 dot dion dot ne dot jp
New email:
PHP Version: OS:

 

 [2005-11-04 10:51 UTC] alfice at r4 dot dion dot ne dot jp
Description:
------------
To prevent the terrible security bug, I tried to upgrade
to PHP 4.4.1 under debian.
refered http://www.hardened-php.net/advisory_202005.79.html

# wget http://www.php.net/get/php-4.4.1.tar.gz/from/jp.php.net/mirror
(It was downloaded around 4th Nov, 2005 17:30 JST)

Installation was succesfully, but I checked the PHP version,
it showed not 4.4.1 but 4.4.0 in the top of php file.
Moreover X-Powered-By showed 'PHP/4.4.0' in HTTP Response Headers section.

Reproduce code:
---------------
1.
make a html file including phpinfo().
# echo '<? phpinfo() ?>' > /home/php/info.php
 (output file was set in www root of apache 1.3.33.)

2.
browse the info.php with a latest IE and firefox.
 http://<web_server_IP>/info.php

Expected result:
----------------
PHP Version should shows 4.4.1.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-04 10:59 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

You didn't install it properly then, as the version numbers in the 4.4.1 release are definitely correct.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC