[php-src] php-8.6.0alpha2: Update versions for PHP 8.6.0alpha2
Joe Ferguson <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Joe Ferguson (svpernova09) Date: 2026-07-14T13:04:34Z Commit: https://github.com/php/php-src/commit/984225acc0a8efc87fa837cddc44ab2f008cf313 Raw diff: https://github.com/php/php-src/commit/984225acc0a8efc87fa837cddc44ab2f008cf313.diff Update versions for PHP 8.6.0alpha2 Changed paths: M NEWS M configure.ac M main/php_version.h Diff: diff --git a/NEWS b/NEWS index 6f2e69aa8294..56ef3f80cd18 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.6.0alpha2 +16 Jul 2026, PHP 8.6.0alpha2 - Core: . Sync Boost.Context assembly with 1.91.0. (kn1g78) diff --git a/configure.ac b/configure.ac index 9014869fb94e..a1a070de4d50 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Basic autoconf initialization, generation of config.nice. dnl ---------------------------------------------------------------------------- AC_PREREQ([2.68]) -AC_INIT([PHP],[8.6.0-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) +AC_INIT([PHP],[8.6.0alpha2],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) AC_CONFIG_SRCDIR([main/php_version.h]) AC_CONFIG_MACRO_DIR([build]) AC_CONFIG_AUX_DIR([build]) diff --git a/main/php_version.h b/main/php_version.h index fa9484cbe150..9abf4ceb5ea1 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 6 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.6.0-dev" +#define PHP_EXTRA_VERSION "alpha2" +#define PHP_VERSION "8.6.0alpha2" #define PHP_VERSION_ID 80600