php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77579 php master shows wrong version
Submitted: 2019-02-07 12:20 UTC Modified: 2019-02-17 04:22 UTC
From: celestinoxp at hotmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Unknown/Other Function
PHP Version: master-Git-2019-02-07 (snap) OS: Windows 10
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: celestinoxp at hotmail dot com
New email:
PHP Version: OS:

 

 [2019-02-07 12:20 UTC] celestinoxp at hotmail dot com
Description:
------------
When open phpinfo, version showing is 7.3.3-dev, but i have installed master version, so should be show version 7.4....

Test script:
---------------
phpinfo();

Expected result:
----------------
PHP 7.4

Actual result:
--------------
PHP 7.3.3

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-02-07 12:27 UTC] celestinoxp at hotmail dot com
...And PHP can´t load extensions....

PHP never tested in windows?
 [2019-02-07 12:34 UTC] spam2 at rhsoft dot net
looking at you comment at https://bugs.php.net/bug.php?id=39102 i would say you have a random mix of libraries and versions in your PATH
 [2019-02-07 15:33 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2019-02-07 15:33 UTC] cmb@php.net
Works for me:

    C:\Users\cmb>set path=C:\Users\cmb\php\binaries\php-master-nts-windows-vc15-x64-r7480f4e;%PATH%

    C:\Users\cmb>php -v
    PHP 8.0.0-dev (cli) (built: Feb  7 2019 10:22:38) ( NTS MSVC15 (Visual C++ 2017) x64 )
    Copyright (c) 1997-2018 The PHP Group
    Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies

> ...And PHP can´t load extensions....

What happens exactly?
 [2019-02-17 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC