summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-06-07 08:20:48 +0200
committerJoe Watkins <krakjoe@php.net>2018-06-07 08:20:48 +0200
commite73cc6b2c25f2424d880483374876a6278775482 (patch)
tree4a5c26a33389ca28938c08122a0e2d7c304c99ea
parentf96df64cb2219fda42ca875483f874cf3052647c (diff)
downloadphp-git-e73cc6b2c25f2424d880483374876a6278775482.tar.gz
set versionsphp-7.1.19RC1
-rw-r--r--NEWS2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 339353dc5e..a89c2bcbe4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.19
+22 Jun 2018, PHP 7.1.19
- CLI Server:
. Fixed bug #76333 (PHP built-in server does not find files if root path
diff --git a/configure.in b/configure.in
index e5a46997c9..d9ef90ed79 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=1
-PHP_RELEASE_VERSION=18
-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 6cf2b41e17..b2bd65c898 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 7
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 18
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.18-dev"
-#define PHP_VERSION_ID 70118
+#define PHP_RELEASE_VERSION 19
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.19RC1"
+#define PHP_VERSION_ID 70119