- release 1.5.6
authorMichael Wallner <mike@php.net>
Thu, 27 Sep 2007 12:27:31 +0000 (12:27 +0000)
committerMichael Wallner <mike@php.net>
Thu, 27 Sep 2007 12:27:31 +0000 (12:27 +0000)
package.xml

index db0f04c2d63edcacf00980930ce0bc8c7c5c2cbe..05984bec3b979e8294f0de893b064f6a0af2a3d9 100644 (file)
@@ -23,14 +23,15 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.5.5</version>
-  <date>2007-09-04</date>
+  <version>1.5.6</version>
+  <date>2007-09-27</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>* Fixed Bug #11929 (http_negotiate does not return default value on non-match)
-* Fixed SSL library detection for libcurl &gt;= 7.16.2
-- Removed max_recv_speed and max_send_speed request options
-  again, due to LFS dependence
+  <notes>* 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 +138,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"/>