summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-09-29 01:06:51 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2016-09-29 01:06:51 +0200
commit2119b0d41ded1a58b54359310ab22003d93cb363 (patch)
treebf1b9d267467660d3df4148c243ce3705ceda670
parent6a544f2d1e3100dcd998248376eba9b9a9257a8e (diff)
downloadphp-git-2119b0d41ded1a58b54359310ab22003d93cb363.tar.gz
5.6.27RC1
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3863bdaa26..2ea7f391b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.27
+29 Sep 2016, PHP 5.6.27RC1
- Core:
. Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of
diff --git a/configure.in b/configure.in
index bc739f62b9..149c394e3a 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
PHP_RELEASE_VERSION=27
-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`
diff --git a/main/php_version.h b/main/php_version.h
index 1868cf0c38..2dccf3905a 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
#define PHP_RELEASE_VERSION 27
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.27-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.27RC1"
#define PHP_VERSION_ID 50627