- release 0.14.1
authorMichael Wallner <mike@php.net>
Fri, 30 Sep 2005 11:16:39 +0000 (11:16 +0000)
committerMichael Wallner <mike@php.net>
Fri, 30 Sep 2005 11:16:39 +0000 (11:16 +0000)
package.xml
package2.xml
php_http.h

index 3beea453c29c9c316cc5038cfe3c9f75959e4412..cd93d745ea75ca9a1a2e2810a6d94fb1c424dba3 100644 (file)
   </maintainer>
   </maintainers>
  <release>
-  <version>0.14.0</version>
-  <date>2005-09-27</date>
+  <version>0.14.1</version>
+  <date>2005-09-30</date>
   <license>PHP License</license>
   <state>beta</state>
-  <notes>+ Added missing support for raw post data in HttpRequest
-+ Added missing HttpMessage::setBody()
-+ Added HttpRequest::METH_* constants
-+ Added HttpRequest::AUTH_* constants
-+ Added HttpMessage::TYPE_* constants
-+ Added HttpResponse::ETAG_* constants
-+ Added HTTP_ETAG_MHASH_* constants
-+ Added supported ETag hash algrithms to php_info() output
-+ Added ETag hashing through PHPs CRC32() implementation
-+ Added new language/charset negotiator
-
-* Changed HttpMessage::toString([include_parent = true]) to false
-* Renamed HTTP_GET etc. constants to HTTP_METH_GET
-* Fixed protected property access
+  <notes>* Fixed PHP-5.0 build
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
index 7247beeb76b237aa36834ad7dcc06ed0fd753fb7..fc59a256b4858ca568f4947f9177dbb561a27444 100644 (file)
@@ -30,7 +30,7 @@
  </lead>
  <date>2005-00-00</date>
  <version>
-  <release>0.14.1dev</release>
+  <release>0.14.1</release>
   <api>0.14.0</api>
  </version>
  <stability>
  </stability>
  <license uri="http://www.php.net/license">PHP License</license>
  <notes><![CDATA[
-+ Added missing support for raw post data in HttpRequest
-+ Added missing HttpMessage::setBody()
-+ Added HttpRequest::METH_* constants
-+ Added HttpRequest::AUTH_* constants
-+ Added HttpMessage::TYPE_* constants
-+ Added HttpResponse::ETAG_* constants
-+ Added HTTP_ETAG_MHASH_* constants
-+ Added supported ETag hash algrithms to php_info() output
-+ Added ETag hashing through PHPs CRC32() implementation
-+ Added new language/charset negotiator
-
-* Changed HttpMessage::toString([include_parent = true]) to false
-* Renamed HTTP_GET etc. constants to HTTP_METH_GET
-* Fixed protected property access
-
+* Fixed PHP-5.0 build
 ]]></notes>
  <contents>
   <dir name="/">
index 870eb616c8771ef7a8152468ce4e53b301610925..87e1f3a06d0b1cc1c9ce73cf4c36abb7ee37cc08 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define HTTP_PEXT_VERSION "0.14.1dev"
+#define HTTP_PEXT_VERSION "0.14.1"
 
 /* make compile on Win32 */
 #ifdef HTTP_HAVE_CURL