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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 21:01:29 2024 UTC