summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2016-02-18 01:26:18 +0100
committerFerenc Kovacs <tyrael@php.net>2016-02-18 01:26:18 +0100
commitc3eeb8092a84377921f1699c6d7f402499822b70 (patch)
tree8419a62a980018402eb5953975260f976f85d972
parent4762ed4d27429ee9c6a11303300de47546ca3a4d (diff)
downloadphp-git-c3eeb8092a84377921f1699c6d7f402499822b70.tar.gz
prep for 5.6.19RC1
-rw-r--r--NEWS4
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 7 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 041fa6af0a..0d936b7ae0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.20
-
-03 Mar 2016, PHP 5.6.19
+18 Feb 2016, PHP 5.6.19RC1
- CLI server:
. Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
diff --git a/configure.in b/configure.in
index ee819eb376..08b870f1d5 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=20
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=19
+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 8173dd0546..cb8b9abbe3 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 20
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.20-dev"
-#define PHP_VERSION_ID 50620
+#define PHP_RELEASE_VERSION 19
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.19RC1"
+#define PHP_VERSION_ID 50619