summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-12-03 11:25:37 +0100
committerRemi Collet <remi@php.net>2019-12-03 11:25:37 +0100
commitd2cfb63f020a6f39de5d6c7189f65d2191432877 (patch)
tree7ea827bf586354e18585b1fe209bde0b2fbce743
parent600f1f898f9771d13880255e74ea1c10590f5fd5 (diff)
downloadphp-git-d2cfb63f020a6f39de5d6c7189f65d2191432877.tar.gz
next is 7.2.27
-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 6ecf8ad34c..44f070a931 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2019, PHP 7.2.26
+?? ??? 2019, PHP 7.2.27
+
+
+19 Dec 2019, PHP 7.2.26
- GD:
. Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
diff --git a/configure.ac b/configure.ac
index 323a1caeaf..5ac924e484 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=26
+PHP_RELEASE_VERSION=27
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 6557aaefc5..fde315fa5c 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 26
+#define PHP_RELEASE_VERSION 27
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.26-dev"
-#define PHP_VERSION_ID 70226
+#define PHP_VERSION "7.2.27-dev"
+#define PHP_VERSION_ID 70227