php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79086 Bump version not applied
Submitted: 2020-01-09 05:49 UTC Modified: 2020-01-09 08:17 UTC
From: bugreports at gmail dot com Assigned: cmb (profile)
Status: Closed Package: *General Issues
PHP Version: 7.4Git-2020-01-09 (Git) OS:
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bugreports at gmail dot com
New email:
PHP Version: OS:

 

 [2020-01-09 05:49 UTC] bugreports at gmail dot com
Description:
------------
how can it be after the commit below whan you download the latest tarball from https://git.php.net/?p=php-src.git;a=shortlog;h=refs/heads/PHP-7.4 that the binary still contains 7.4.2 

if there something gone wrong which other commits are maybe never applied?

diff --git a/main/php_version.h b/main/php_version.h
index 0eada26..27e342e 100644 (file)
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
 /* edit configure.ac to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 2
+#define PHP_RELEASE_VERSION 3
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.2-dev"
-#define PHP_VERSION_ID 70402
+#define PHP_VERSION "7.4.3-dev"
+#define PHP_VERSION_ID 70403


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-01-09 08:17 UTC] cmb@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: cmb
 [2020-01-09 08:17 UTC] cmb@php.net
Sorry, that commit missed a required change in configure.ac.
Thanks for reporting!
 [2020-01-09 08:27 UTC] cmb@php.net
Automatic comment on behalf of cmbecker69@gmx.de
Revision: http://git.php.net/?p=php-src.git;a=commit;h=d684f5fdc0c6172c2235837974626013979066bb
Log: Fix #79086: Bump version not applied
 [2020-01-09 08:27 UTC] cmb@php.net
-Status: Verified +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC