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
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: skinrock at skinrock dot com
New email:
PHP Version: OS:

 

 [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: Sat Apr 27 20:01:29 2024 UTC