-fix Countable not available in WONKY
authorMichael Wallner <mike@php.net>
Thu, 17 Nov 2005 16:27:53 +0000 (16:27 +0000)
committerMichael Wallner <mike@php.net>
Thu, 17 Nov 2005 16:27:53 +0000 (16:27 +0000)
http_requestpool_object.c
package.xml
package2.xml
php_http.h

index 263be82524f24a559b01931c61b79304619ff122..d9dfb40bd91faf71d0d1248bb8799aa9da5470a0 100644 (file)
@@ -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 */
index cfb9dfeb1ad14c30875f187c071db423fe791034..bd6baeeaa21047b94df10913d061607ef9141d55 100644 (file)
@@ -1,6 +1,6 @@
 <?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 &gt;= 5.1 with SPL is available
-+ Class HttpMessage implements Serializable if PHP &gt;= 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 &quot;=&quot; 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"/>
index c5586e5a0641ecc4d93fa62c84732b430df49b1e..2f6ccd86029a619eeeb8872b1f5a5f21f310912d 100644 (file)
@@ -30,7 +30,7 @@
  </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="/">
index 2c36aad14b4586c907a99e855588f0c4c7100321..210055064f70f55ad3258e66ca9b75bd6f068e06 100644 (file)
@@ -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