From: Michael Wallner Date: Sun, 3 Mar 2013 07:14:52 +0000 (+0000) Subject: release 1.7.5 X-Git-Tag: RELEASE_1_7_5~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=d7ce6cca59bb57636f075048fc3ff48038c3e45e;ds=inline release 1.7.5 --- diff --git a/package.xml b/package.xml index 4adfb6f..70b255c 100644 --- a/package.xml +++ b/package.xml @@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2013-03-02 + 2013-03-03 - 1.7.5dev + 1.7.5 1.7.0 diff --git a/php_http.h b/php_http.h index 023be4f..60c88cf 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_HTTP_VERSION "1.7.5dev" +#define PHP_HTTP_VERSION "1.7.5" #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/tests/HttpRequest_007.phpt b/tests/HttpRequest_007.phpt index 2e9d48a..8989de1 100644 --- a/tests/HttpRequest_007.phpt +++ b/tests/HttpRequest_007.phpt @@ -44,8 +44,9 @@ HTTP/1.1 200 OK Date: %a Server: %a Vary: Accept-Encoding -Content-Length: %d Content-Type: text/html +X-Original-Transfer-Encoding: chunked +Content-Length: %d string(15) "Accept-Encoding" - ["Content-Length"]=> - string(2) "26" ["Content-Type"]=> string(9) "text/html" + ["X-Original-Transfer-Encoding"]=> + string(7) "chunked" + ["Content-Length"]=> + string(2) "26" ["X-Original-Content-Encoding"]=> string(4) "gzip" ["X-Original-Content-Length"]=>