Commit 68d84faccf3 for php.net
commit 68d84faccf332b50b3c72bde9d57b8e301251107
Author: Jakub Zelenka <bukka@php.net>
Date: Tue Sep 22 14:55:15 2026 +0200
PHP 8.3 is now for PHP 8.3.36
diff --git a/NEWS b/NEWS
index 0ba2c03f817..1240399e8c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.3.34
+?? ??? ????, PHP 8.3.36
+
+
+24 Sep 2026, PHP 8.3.35
- Filter:
. Fixed GHSA-ch8v-r6jh-4vvr (FILTER_SANITIZE_ENCODED does not encode 0xFF).
diff --git a/Zend/zend.h b/Zend/zend.h
index cd91eb9f00b..b2cac5ebbb4 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -20,7 +20,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "4.3.34-dev"
+#define ZEND_VERSION "4.3.36-dev"
#define ZEND_ENGINE_3
diff --git a/configure.ac b/configure.ac
index 9ed44d6cfb6..1cf8531999b 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.3.34-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
+AC_INIT([PHP],[8.3.36-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 7943f129525..0b7852d68c3 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 3
-#define PHP_RELEASE_VERSION 34
+#define PHP_RELEASE_VERSION 36
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.3.34-dev"
-#define PHP_VERSION_ID 80334
+#define PHP_VERSION "8.3.36-dev"
+#define PHP_VERSION_ID 80336