[php-src] php-8.6.0beta2: Update versions for PHP 8.6.0beta2
Matteo Beccati <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Matteo Beccati (mbeccati) Date: 2026-08-25T10:57:47Z Commit: https://github.com/php/php-src/commit/504132215df07ae1a266b617b9f58907a93d5711 Raw diff: https://github.com/php/php-src/commit/504132215df07ae1a266b617b9f58907a93d5711.diff Update versions for PHP 8.6.0beta2 Changed paths: M NEWS M configure.ac M main/php_version.h Diff: diff --git a/NEWS b/NEWS index 5ca72be50643..3c44ecf1087f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.6.0beta2 +27 Aug 2026, PHP 8.6.0beta2 - Core: . Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or diff --git a/configure.ac b/configure.ac index b1ff51bcc2d1..b588a4e3f4b5 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.0beta2],[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..3f406f9c9506 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 "beta2" +#define PHP_VERSION "8.6.0beta2" #define PHP_VERSION_ID 80600