#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 */
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
-<package version="1.0" packagerversion="1.4.3">
+<package version="1.0" packagerversion="1.4.4">
<name>pecl_http</name>
<summary>Extended HTTP Support</summary>
<description>* Building absolute URLs
</maintainer>
</maintainers>
<release>
- <version>0.18.0</version>
- <date>2005-11-16</date>
+ <version>0.18.1</version>
+ <date>2005-11-17</date>
<license>BSD, revised</license>
<state>beta</state>
- <notes>+ 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
+ <notes>* Fixed build with PHP-4 and PHP-5.0
</notes>
<deps>
<dep type="php" rel="ge" version="4.3"/>
</lead>
<date>2005-00-00</date>
<version>
- <release>0.18.0</release>
+ <release>0.18.1</release>
<api>0.18.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-+ 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
]]></notes>
<contents>
<dir name="/">