php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34984 Wrong version displaying
Submitted: 2005-10-26 04:15 UTC Modified: 2005-10-26 08:42 UTC
From: skinrock at skinrock dot com Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5.0.5 OS: Windows XP Pro SP2
Private report: No CVE-ID: None
 [2005-10-26 04:15 UTC] skinrock at skinrock dot com
Description:
------------
I just did a fresh install to set up my notebook for offline development.  I installed Apache 2.0.55, and then copied the Windows version of PHP 5.0.5 into C:\PHP.  Everything is working fine, except when I tested my configuration by using phpinfo(), it's telling me I have PHP 5.0.4 installed.  I'm looking at the various files in C:\PHP, and it's definitely the PHP 5.0.5 build that I downloaded.  Not sure what's causing this.

Reproduce code:
---------------
<?php

phpinfo();

?>

Expected result:
----------------
PHP Version 5.0.5

Actual result:
--------------
PHP Version 5.0.4

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-26 05:10 UTC] skinrock at skinrock dot com
Sorry, looks like I forgot about php5ts.dll in C:\WINDOWS.  Honest mistake.  Have to remember to replace that file.
 [2005-10-26 08:42 UTC] tony2001@php.net
No bug -> bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 11:01:30 2024 UTC