]> granicus.if.org Git - php/commitdiff
prepare 5.6.18RC1 php-5.6.18RC1
authorFerenc Kovacs <tyrael@php.net>
Thu, 21 Jan 2016 01:24:05 +0000 (02:24 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 21 Jan 2016 01:24:05 +0000 (02:24 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index e02cde1edd0105ee0dd57b9159dcf91762f03b96..5fdf9a92fb756b9ac3c9aef73655aba554747c9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.18
-
-- Apache2handler:
-  . Fix >2G Content-Length headers in apache2handler. (Adam Harvey)
+21 Jan 2016, PHP 5.6.18RC1
 
 - Core:
   . Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
@@ -12,6 +9,9 @@ PHP                                                                        NEWS
   . Fixed bug #71273 (A wrong ext directory setup in php.ini leads to crash).
     (Anatol);
 
+- Apache2handler:
+  . Fix >2G Content-Length headers in apache2handler. (Adam Harvey)
+
 - FTP:
   . Implemented FR #55651 (Option to ignore the returned FTP PASV address).
     (abrender at elitehosts dot com)
index 9cfe902c3c7aa8438a730dabb4fa99d29c22cd5f..61e5fb5cfdd4272cf434a56d86ccb09cf161ca06 100644 (file)
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=6
 PHP_RELEASE_VERSION=18
-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 8391fdb35e48e0a1d70b49c0be5b216437264836..270bfd0634ff02edfc7a189fb7511bf23a3d6bc8 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 6
 #define PHP_RELEASE_VERSION 18
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.18-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.18RC1"
 #define PHP_VERSION_ID 50618