From b9c2b5402989474fd11040eb029cd31ead9e7f34 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 4 Oct 2016 10:23:40 +0200 Subject: [PATCH] prepare 2.6.0RC1 --- package.xml | 8 ++++++-- php_http.h | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 7191f31..0718bd6 100644 --- a/package.xml +++ b/package.xml @@ -31,7 +31,7 @@ https://mdref.m6w6.name/http mike@php.net yes - 2016-09-12 + 2016-10-04 2.6.0RC1 2.6.0 @@ -71,14 +71,17 @@ Changes from beta1: * Fixed recursive calls to the event loop dispatcher Changes from beta2: -* Fix bug #73055: crash in http\QueryString (Mike, @rc0r) +* Fix bug #73055: crash in http\QueryString (Mike, @rc0r) (CVE-2016-7398) +* Fix bug #73185: Buffer overflow in HTTP parse_hostinfo() (Mike, @rc0r) * Fix HTTP/2 version parser for older libcurl versions (Mike) ]]> + + @@ -219,6 +222,7 @@ Changes from beta2: + diff --git a/php_http.h b/php_http.h index eb022ef..5d57d73 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_PECL_HTTP_VERSION "2.6.0beta2" +#define PHP_PECL_HTTP_VERSION "2.6.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2