- release 1.6.0b2
authorMichael Wallner <mike@php.net>
Thu, 27 Sep 2007 12:32:18 +0000 (12:32 +0000)
committerMichael Wallner <mike@php.net>
Thu, 27 Sep 2007 12:32:18 +0000 (12:32 +0000)
package.xml
package2.xml

index cc517ed3be319209629ca9dbc96edca6296c5391..42302f519d88d4f01e97f2f71f561aecf704f86a 100644 (file)
@@ -23,14 +23,20 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.6.0b1</version>
-  <date>2007-09-05</date>
+  <version>1.6.0b2</version>
+  <date>2007-09-27</date>
   <license>BSD, revised</license>
   <state>beta</state>
-  <notes>+ Added &apos;retrycount&apos; and &apos;retrydelay&apos; request options
+  <notes>+ Added constant HTTP_URL_FROM_ENV
++ Added &apos;retrycount&apos; and &apos;retrydelay&apos; request options
 + Added libevent support for libcurl (&gt;= 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>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -137,6 +143,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.phpt"/>
     <file role="test" name="redirect_011_logging.phpt"/>
     <file role="test" name="redirect_012.phpt"/>
index 1c5b0048b3706e46323678abad9c84b928d0ea6c..1576885d35b0b2a45d7b6fdd489b7d710b41424f 100644 (file)
@@ -28,7 +28,7 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2007-09-00</date>
+ <date>2007-09-26</date>
  <version>
   <release>1.6.0b2</release>
   <api>1.6.0</api>