]> granicus.if.org Git - php/commitdiff
php-7.1.11 php-7.1.11RC1
authorJoe Watkins <krakjoe@php.net>
Tue, 10 Oct 2017 15:10:37 +0000 (16:10 +0100)
committerJoe Watkins <krakjoe@php.net>
Tue, 10 Oct 2017 15:10:37 +0000 (16:10 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 2748bf76ab9311f238e143186bcff09d70f30a1f..0077fd1f54e8e6fc3b00945e8a8652be427b768d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.11
+26 Sep 2017, PHP 7.1.11
 
 - Core:
   . Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
index 1d732720f324c5d79755b3e7cbd1549c33ca7947..9ca7b25982555d1c2943e34d513840c8c32fbd4e 100644 (file)
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=1
 PHP_RELEASE_VERSION=11
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 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 daf5186602408058e645ca2bf5804fc0b1ec0a85..61b0e61e2790ed8ecf49479f92a9209e7bdb3523 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.11-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.11RC1"
 #define PHP_VERSION_ID 70111