From fa542affedb0fe8ff87b1f5b6734d6612c63987f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 17 Nov 2005 16:27:53 +0000 Subject: [PATCH] -fix Countable not available in WONKY --- http_requestpool_object.c | 2 ++ package.xml | 17 ++++------------- package2.xml | 13 ++----------- php_http.h | 2 +- 4 files changed, 9 insertions(+), 25 deletions(-) diff --git a/http_requestpool_object.c b/http_requestpool_object.c index 263be82..d9dfb40 100644 --- a/http_requestpool_object.c +++ b/http_requestpool_object.c @@ -27,6 +27,8 @@ #include "php_http_request_object.h" #include "php_http_exception_object.h" +#include "missing.h" + #include "zend_interfaces.h" #if defined(HAVE_SPL) && !defined(WONKY) /* SPL doesn't install its headers */ diff --git a/package.xml b/package.xml index cfb9dfe..bd6baee 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - + pecl_http Extended HTTP Support * Building absolute URLs @@ -23,20 +23,11 @@ - 0.18.0 - 2005-11-16 + 0.18.1 + 2005-11-17 BSD, revised beta - + Added INI setting http.force_exit which can be used to disable script termination - in case of redirects and positive cache hits (instead, standard output will be discarded) -+ Classes HttpMessage and HttpRequestPool implement Countable if PHP >= 5.1 with SPL is available -+ Class HttpMessage implements Serializable if PHP >= 5.1 is available -+ Added experimental http.chunked_encode and chunked_decode stream filter - -* Fixed a bug that caused a warning about an invalid curl handle at HttpRequestPool destruction -* Fixed a bug with http_get_request_headers() modifying $_SERVER array -* Fixed a bug which required "=" in Content-Range response message headers -* Fixed a bug with directly setting HttpMessage property values + * Fixed build with PHP-4 and PHP-5.0 diff --git a/package2.xml b/package2.xml index c5586e5..2f6ccd8 100644 --- a/package2.xml +++ b/package2.xml @@ -30,7 +30,7 @@ 2005-00-00 - 0.18.0 + 0.18.1 0.18.0 @@ -39,16 +39,7 @@ BSD, revised = 5.1 with SPL is available -+ Class HttpMessage implements Serializable if PHP >= 5.1 is available -+ Added experimental http.chunked_encode and chunked_decode stream filter - -* Fixed a bug that caused a warning about an invalid curl handle at HttpRequestPool destruction -* Fixed a bug with http_get_request_headers() modifying $_SERVER array -* Fixed a bug which required "=" in Content-Range response message headers -* Fixed a bug with directly setting HttpMessage property values +* Fixed build with PHP-4 and PHP-5.0 ]]> diff --git a/php_http.h b/php_http.h index 2c36aad..2100550 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define HTTP_PEXT_VERSION "0.18.0" +#define HTTP_PEXT_VERSION "0.18.1" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL -- 2.30.2