summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-09-30 07:36:59 +0200
committerRemi Collet <remi@php.net>2020-09-30 07:36:59 +0200
commit662083fc4f3a570f5b9180e80c2ddec86a8fded8 (patch)
tree5aa39a24970667660015e156eccc659aecb3bd1f
parentaf500b8685c3b2552c13b6c1a2d721d6b027585f (diff)
downloadphp-git-662083fc4f3a570f5b9180e80c2ddec86a8fded8.tar.gz
bump version to 7.2.35-dev
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h6
3 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 55a384dba7..0fb16f2722 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.2.34
+?? ??? ????, PHP 7.2.35
+
+
+01 Oct 2020, PHP 7.2.34
- Core:
. Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
diff --git a/configure.ac b/configure.ac
index 6b6fd26c48..778b1f2915 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=34
+PHP_RELEASE_VERSION=35
PHP_EXTRA_VERSION="-dev"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index 28a7c9bde2..d43048239c 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 7
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 34
+#define PHP_RELEASE_VERSION 35
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.34-dev"
-#define PHP_VERSION_ID 70234
+#define PHP_VERSION "7.2.35-dev"
+#define PHP_VERSION_ID 70235