- changelog
authorMichael Wallner <mike@php.net>
Wed, 26 Sep 2007 15:44:40 +0000 (15:44 +0000)
committerMichael Wallner <mike@php.net>
Wed, 26 Sep 2007 15:44:40 +0000 (15:44 +0000)
package2.xml
php_http.h

index beb0db016f8947f6ca4682b8a0c58995eb5d43e0..1c5b0048b3706e46323678abad9c84b928d0ea6c 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>2007-09-05</date>
+ <date>2007-09-00</date>
  <version>
-  <release>1.6.0b1</release>
+  <release>1.6.0b2</release>
   <api>1.6.0</api>
  </version>
  <stability>
@@ -39,10 +39,16 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
++ Added constant HTTP_URL_FROM_ENV
 + Added 'retrycount' and 'retrydelay' request options
 + Added libevent support for libcurl (>= 7.16.0):
   o added --with-http-curl-libevent configure option
   o added HttpRequestPool::enableEvents()
+* Fixed a possible crash at module shutdown in the persistent handle API
+  (probably fixing bug #11509)
+* Fixed test suite for PHP4
+* Fixed missing PHP_LIBDIR definition in config.m4 for PHP4
+* Fixed non-standard shell support in config.m4
 ]]></notes>
  <contents>
   <dir name="/">
@@ -218,6 +224,8 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="parse_message_005.phpt"/>
     <file role="test" name="parse_params_001.phpt"/>
     <file role="test" name="persistent_handles_001.phpt"/>
+    <file role="test" name="persistent_handles_002.phpt"/>
+    <file role="test" name="persistent_handles_003.phpt"/>
     <file role="test" name="redirect_011_logging.phpt"/>
     <file role="test" name="redirect_011.phpt"/>
     <file role="test" name="redirect_012_logging.phpt"/>
index df9ee9548ef3a7a13edf6fb651c74744734a24b3..2d3e9482d11991d03ea676c636daef3443b7df8d 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_EXT_HTTP_VERSION "1.6.0b1"
+#define PHP_EXT_HTTP_VERSION "1.6.0b2"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"