[php-src] php-8.6.0alpha1: Update versions for PHP 8.6.0alpha1
Matteo Beccati <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Matteo Beccati (mbeccati) Date: 2026-06-30T11:28:16Z Commit: https://github.com/php/php-src/commit/f49820daa4a8c7dd035fa9f0f718988e6e67f28e Raw diff: https://github.com/php/php-src/commit/f49820daa4a8c7dd035fa9f0f718988e6e67f28e.diff Update versions for PHP 8.6.0alpha1 Changed paths: M NEWS M configure.ac M main/php_version.h Diff: diff --git a/NEWS b/NEWS index 667a0bc591e3..53d121e20db2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.6.0alpha1 +02 Jul 2026, PHP 8.6.0alpha1 - Core: . Added first-class callable cache to share instances for the duration of the diff --git a/configure.ac b/configure.ac index 9014869fb94e..97b0825c572f 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.0alpha1],[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..e79fd03fcde9 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 "alpha1" +#define PHP_VERSION "8.6.0alpha1" #define PHP_VERSION_ID 80600