Commit f4f33cf6998 for php.net

commit f4f33cf69980ecece0a47ac06160caba807f5ce6
Author: Volker Dusch <edorian@php.net>
Date:   Tue Sep 8 17:37:53 2026 +0200

    PHP-8.5 is now for PHP 8.5.12-dev

diff --git a/NEWS b/NEWS
index 4fe4571c513..97426e8cb82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.5.11
+?? ??? ????, PHP 8.5.12
+
+
+24 Sep 2026, PHP 8.5.11

 - BCMath:
   . Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds
diff --git a/Zend/zend.h b/Zend/zend.h
index 2713e80d741..14608ba76b9 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H

-#define ZEND_VERSION "4.5.11-dev"
+#define ZEND_VERSION "4.5.12-dev"

 #define ZEND_ENGINE_3

diff --git a/configure.ac b/configure.ac
index e100afcb6c6..d4842a28467 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.11-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
+AC_INIT([PHP],[8.5.12-dev],[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
diff --git a/main/php_version.h b/main/php_version.h
index a97f7b5c4d4..670bc0ba92a 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
 /* edit configure.ac to change version number */
 #define PHP_MAJOR_VERSION 8
 #define PHP_MINOR_VERSION 5
-#define PHP_RELEASE_VERSION 11
+#define PHP_RELEASE_VERSION 12
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.5.11-dev"
-#define PHP_VERSION_ID 80511
+#define PHP_VERSION "8.5.12-dev"
+#define PHP_VERSION_ID 80512