php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80420 Zend Engine `-dev` flag on release build
Submitted: 2020-11-25 21:25 UTC Modified: 2020-11-26 02:23 UTC
From: dev at dcolt dot org Assigned: pollita (profile)
Status: Closed Package: *General Issues
PHP Version: 8.0.0RC5 OS: Gentoo
Private report: No CVE-ID: None
 [2020-11-25 21:25 UTC] dev at dcolt dot org
Description:
------------
Just installed the release version of PHP8 (https://www.php.net/distributions/php-8.0.0.tar.bz2)

and in the version information, the Zend Engine still shows `Zend Engine v4.0.0-dev`

Test script:
---------------
php8.0 -v

Expected result:
----------------
PHP 8.0.0 (cli) (built: Nov 25 2020 22:04:45) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.0, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.0, Copyright (c), by Zend Technologies

Actual result:
--------------
PHP 8.0.0 (cli) (built: Nov 25 2020 22:04:45) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.0, Copyright (c), by Zend Technologies

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-11-25 21:26 UTC] kalle@php.net
-Type: Documentation Problem +Type: Bug -Package: Documentation problem +Package: *General Issues -Assigned To: +Assigned To: pollita
 [2020-11-26 02:23 UTC] pollita@php.net
-Status: Assigned +Status: Closed
 [2020-11-26 02:23 UTC] pollita@php.net
Not going to re-roll the release for just this, but I'll fix in on the 8.0 branch for future releases, and update my release container.

https://github.com/php/php-src/commit/c65f0c7aca
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 09:01:28 2024 UTC