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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
49 - 46 = ?
Subscribe to this entry?

 
 [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 19:01:33 2024 UTC