version(changelog info
authorMichael Wallner <mike@php.net>
Thu, 12 Feb 2009 13:48:59 +0000 (13:48 +0000)
committerMichael Wallner <mike@php.net>
Thu, 12 Feb 2009 13:48:59 +0000 (13:48 +0000)
package2.xml
php_http.h

index e35c3280523930877c9c7d2fa6f30442187500f7..2ac4252ecea07eac1eca4fd113545dc53ee6fcb5 100644 (file)
@@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2008-12-05</date>
+ <date>2009-02-12</date>
  <version>
-  <release>1.6.2</release>
+  <release>1.6.3</release>
   <api>1.6.0</api>
  </version>
  <stability>
@@ -39,11 +39,10 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed PHP-5.3 API incompatibilities (including bug #15065)
-* Fixed memory corruption with headers and HttpRequest
-* Fixed crash in HttpMessage::unserialize()
-* Fixed bug #14826 (race condition in http_request_dtor)
-* Fixed bug #15223 (http_parse_message cuts off more than headers)
+* Fixed bug #15495 (HttpMessage::setHttpVersion segfault)
+* Fixed bug #15497 (HttpInflateStream::finish segfault)
+* Fixed bug #15499 (HttpRequest::addHeaders segfault)
+* Fixed bug #15509 (HttpMessage::rewind memory leaks)
 ]]></notes>
  <contents>
   <dir name="/">
index 7495a416fbe760aa723372243ef3abf847a018ad..fbb327b542ffe58d6983b82ed7aecad2c801aef0 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_HTTP_VERSION "1.6.2"
+#define PHP_HTTP_VERSION "1.6.3-dev"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"