[php-src] php-8.5.0beta1: Update versions for PHP 8.5.0beta1
Author: Volker Dusch (edorian)
Date: 2025-08-12T16:01:05+02:00
Commit: https://github.com/php/php-src/commit/5f477d9457de1d78536961fa5679b638102b6631
Raw diff: https://github.com/php/php-src/commit/5f477d9457de1d78536961fa5679b638102b6631.diff
Update versions for PHP 8.5.0beta1
Changed paths:
M NEWS
M configure.ac
Diff:
diff --git a/NEWS b/NEWS
index 6bb6e673f9d8..f84d1fc8a8f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.5.0beta1
+14 Aug 2025, PHP 8.5.0beta1
- Core:
. Non-canonical cast names (boolean), (integer), (double), and (binary) have
diff --git a/configure.ac b/configure.ac
index 2bd6ae26ce62..7c8d49e30371 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
-AC_INIT([PHP],[8.5.0-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
+AC_INIT([PHP],[8.5.0beta1],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER
Thread (1 message)
- Volker Dusch