php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28783 phpinfo reports wrong PHP version
Submitted: 2004-06-14 21:50 UTC Modified: 2004-06-14 23:54 UTC
From: toby dot butzon at ilc dot com Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.3.7 OS: Windows XP [Version 5.1.2600]
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: toby dot butzon at ilc dot com
New email:
PHP Version: OS:

 

 [2004-06-14 21:50 UTC] toby dot butzon at ilc dot com
Description:
------------
PHP 4.3.7's phpinfo() function reports PHP version 4.3.6 in the page header. I am sure that this is actually PHP 4.3.7 because Apache's environment listing on the same page reports that SERVER_SOFTWARE is Apache/2.0.49 (Win32) PHP/4.3.7.

The build date Apr 14 2004 17:17:11 also appears to be wrong (shouldn't it be closer to June 2 2004?).

Reproduce code:
---------------
<?php phpinfo(); ?>

Expected result:
----------------
Page header should say: PHP Version 4.3.7

Actual result:
--------------
Page header says: PHP Version 4.3.6

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-14 23:54 UTC] iliaa@php.net
You either did not restart the webserver or still have old 
dlls lying around. 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 21 03:00:03 2025 UTC