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

index 2fcea57dad71725d83a7fb5b294d9c6b844c060c..eeac955135c7c2292ff9c9c1cd1c9527af75c16c 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-04</date>
+ <date>2007-09-26</date>
  <version>
-  <release>1.5.5</release>
+  <release>1.5.6</release>
   <api>1.5.0</api>
  </version>
  <stability>
@@ -39,10 +39,11 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed Bug #11929 (http_negotiate does not return default value on non-match)
-* Fixed SSL library detection for libcurl >= 7.16.2
-- Removed max_recv_speed and max_send_speed request options
-  again, due to LFS dependence
+* 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 +219,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 9290a2566049e3609ab16c8f6bec188c680bf417..2cbeea4276dc522510a9536135f440635c56745d 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_EXT_HTTP_VERSION "1.5.5"
+#define PHP_EXT_HTTP_VERSION "1.5.6"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"