- release 1.4.0RC1
authorMichael Wallner <mike@php.net>
Mon, 4 Dec 2006 18:19:54 +0000 (18:19 +0000)
committerMichael Wallner <mike@php.net>
Mon, 4 Dec 2006 18:19:54 +0000 (18:19 +0000)
package.xml
package2.xml
php_http.h

index 7eb44a43e6cdcadd0b7c30058b6e29b764ba282d..51fa6420faf5b1d7d69663cb0643f48d8361391c 100644 (file)
@@ -23,10 +23,10 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.4.0dev</version>
-  <date>2006-11-23</date>
+  <version>1.4.0RC1</version>
+  <date>2006-12-04</date>
   <license>BSD, revised</license>
-  <state>stable</state>
+  <state>beta</state>
   <notes>* Improved response performance
 + Added &quot;ipresolve&quot; request option
 + Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants
@@ -36,6 +36,7 @@ support. Parallel requests are available for PHP 5 and greater.
 * Fixed crash when using non-associative arrays as request headers
 * Fixed crash when serializing incomplete HttpMessage objects
 * Fixed bug #9282: libcurl version error in configure (keith at iveys dot org)
+* Fixed crash when retrieving the response message from an unserialized HttpRequest object
 - Removed obsolete HTML function reference
   </notes>
   <deps>
index d830cf132c05dc65cc78076de8b645987fb14591..b9e136e811990c0c24bd55e77e0733f97500ee5c 100644 (file)
@@ -28,13 +28,13 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2006-11-22</date>
+ <date>2006-12-04</date>
  <version>
-  <release>1.4.0dev</release>
+  <release>1.4.0RC1</release>
   <api>1.4.0</api>
  </version>
  <stability>
-  <release>stable</release>
+  <release>beta</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
@@ -48,6 +48,7 @@ support. Parallel requests are available for PHP 5 and greater.
 * Fixed crash when using non-associative arrays as request headers
 * Fixed crash when serializing incomplete HttpMessage objects
 * Fixed bug #9282: libcurl version error in configure (keith at iveys dot org)
+* Fixed crash when retrieving the response message from an unserialized HttpRequest object
 - Removed obsolete HTML function reference
 ]]></notes>
  <contents>
index 59a2024471c4f5476f96b5569199f2dcb07325a0..ec45112770f95e670812483f4fcdd11bdef2613b 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_EXT_HTTP_VERSION "1.4.0dev"
+#define PHP_EXT_HTTP_VERSION "1.4.0RC1"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"