* Fixed Bug #61310: Bundled pecl_http-1.7.2.tgz is invalid
authorMichael Wallner <mike@php.net>
Thu, 8 Mar 2012 08:44:32 +0000 (08:44 +0000)
committerMichael Wallner <mike@php.net>
Thu, 8 Mar 2012 08:44:32 +0000 (08:44 +0000)
package.xml
php_http.h

index 48e524131a28ca8e77efdf77be2cc9646646f083..31b71bf7ae4e6a22d79fe874819e5caca536a138 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>2011-05-05</date>
+ <date>2012-03-08</date>
  <version>
-  <release>1.7.2</release>
+  <release>1.7.3</release>
   <api>1.7.0</api>
  </version>
  <stability>
@@ -39,9 +39,7 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added PHP-5.4 compatibility
-* Fixed bug #59974 methodRegister doesn't allow "_" to be in method name
-* Fixed SAPI hang if request body size is greater than 4k with http_get_request_body_stream()
+* Fixed Bug #61310: Bundled pecl_http-1.7.2.tgz is invalid 
 ]]></notes>
  <contents>
   <dir name="/">
index 3644dd7f877a9990cc197eca6fb96399cc714765..d4b00bbd1dc568610cbfd09612aede0dabac9c69 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_HTTP_VERSION "1.7.2"
+#define PHP_HTTP_VERSION "1.7.3"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"