[php-src] php-8.6.0alpha3: Update versions for PHP 8.6.0alpha3
Matteo Beccati <[email protected]> Tue, 28 Jul 2026 13:29:42 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Matteo Beccati (mbeccati) Date: 2026-07-28T10:09:35Z Commit: https://github.com/php/php-src/commit/85c26f2346e231fea14688a11b17495344af995e Raw diff: https://github.com/php/php-src/commit/85c26f2346e231fea14688a11b17495344af995e.diff Update versions for PHP 8.6.0alpha3 Changed paths: M NEWS M configure.ac M main/php_version.h Diff: diff --git a/NEWS b/NEWS index 48864929c225..158b40550b6a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.6.0alpha3 +30 Jul 2026, PHP 8.6.0alpha3 - Core: . Implemented partial function application RFC. (Arnaud) diff --git a/configure.ac b/configure.ac index ec64637b186b..572d712fbda3 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.0alpha3],[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..2561079c755c 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 "alpha3" +#define PHP_VERSION "8.6.0alpha3" #define PHP_VERSION_ID 80600