]> granicus.if.org Git - php/commitdiff
Bump for 7.1.27
authorSara Golemon <pollita@php.net>
Tue, 8 Jan 2019 19:17:43 +0000 (14:17 -0500)
committerSara Golemon <pollita@php.net>
Tue, 8 Jan 2019 19:17:43 +0000 (14:17 -0500)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 3ecac51065b0c21936de78e71339cfa6e0018bdc..587ed12ef11baa7fb2b778fcc9130d9d0212dc65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 7.1.26
+?? ??? 2019, PHP 7.1.27
+
+
+10 Jan 2019, PHP 7.1.26
 
 - Core:
   . Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
index 76cd1d78e4dc97c45f7da6755200378f3702d822..0cf7bd33017dd0993e5210553132f4953dcd1e3f 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=1
-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`
index d61d2e301cd166b861c86a35624b700f63bed00d..5fa3a768d89082edc14f08cf56a54fca64868b28 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 26
+#define PHP_RELEASE_VERSION 27
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.26-dev"
-#define PHP_VERSION_ID 70126
+#define PHP_VERSION "7.1.27-dev"
+#define PHP_VERSION_ID 70127