From: Michael Wallner Date: Fri, 25 Sep 2015 07:32:16 +0000 (+0200) Subject: administrativa; [ci ignore] X-Git-Tag: RELEASE_2_5_3~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=2ce34c3f00629bb87b86c00eb01e3d590d0266c8 administrativa; [ci ignore] --- diff --git a/package.xml b/package.xml index 6ac6d6d..e2541da 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ 2015-09-10 - 2.5.2 + 2.5.3dev 2.5.0 @@ -46,8 +46,8 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised = 7.42) +* Fixed gh-issue #12: crash on bad url passed to http\Message::setRequestUrl() +* URL parser now fails on empty labels ]]> @@ -244,6 +244,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.h b/php_http.h index 2ddd52d..e9c66de 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.5.2" +#define PHP_PECL_HTTP_VERSION "2.5.3dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry