]> granicus.if.org Git - php/commitdiff
5.6.20 is next
authorFerenc Kovacs <tyrael@php.net>
Wed, 17 Feb 2016 23:31:18 +0000 (00:31 +0100)
committerFerenc Kovacs <tyrael@php.net>
Wed, 17 Feb 2016 23:31:18 +0000 (00:31 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index eb4329215e0c19ee38a7f5b26b87f63c07253b60..041fa6af0aaa881a97a45468359b8da9170d6e2e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,17 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.19
+?? ??? 2016, PHP 5.6.20
 
-- CURL:
-  . Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes
-    while curl_multi_exec). (Laruence)
+03 Mar 2016, PHP 5.6.19
 
 - CLI server:
   . Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
     (Johannes, Anatol)
 
+- CURL:
+  . Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes
+    while curl_multi_exec). (Laruence)
+
 - Date:
   . Fixed bug #68078 (Datetime comparisons ignore microseconds). (Willem-Jan
     Zijderveld)
index 9c5175b75bb55b5de73ab4779c57c230d0e50a65..ee819eb37650730c0f1917555de910ed56e959d7 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=19
+PHP_RELEASE_VERSION=20
 PHP_EXTRA_VERSION="-dev"
 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 e306c0a5663321b850f0ec829d2348a334c0341e..8173dd0546a80efa79d51012728a3f0b0fc9a6b7 100644 (file)
@@ -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 19
+#define PHP_RELEASE_VERSION 20
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.19-dev"
-#define PHP_VERSION_ID 50619
+#define PHP_VERSION "5.6.20-dev"
+#define PHP_VERSION_ID 50620