prepare 1.7.2 release
authorMichael Wallner <mike@php.net>
Tue, 21 Feb 2012 10:07:05 +0000 (10:07 +0000)
committerMichael Wallner <mike@php.net>
Tue, 21 Feb 2012 10:07:05 +0000 (10:07 +0000)
package.xml
php_http.h

index 42a217614f0a0eecd23fa02a0fb6ffb12c7942fe..48e524131a28ca8e77efdf77be2cc9646646f083 100644 (file)
@@ -30,7 +30,7 @@ support. Parallel requests are available for PHP 5 and greater.
  </lead>
  <date>2011-05-05</date>
  <version>
  </lead>
  <date>2011-05-05</date>
  <version>
-  <release>1.7.1</release>
+  <release>1.7.2</release>
   <api>1.7.0</api>
  </version>
  <stability>
   <api>1.7.0</api>
  </version>
  <stability>
@@ -39,13 +39,9 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-     * Fixed a bug when the status component of the HTTP response is missing (fixes Bug #19390) (Ilia)
-     * Fixed double-free when auto-decompressing pages (Ilia)
-     * Fixed non-funtional HttpMessage::setResponseStatus()
-     * Fixed Bug #22177 (http_redirect breaks output with zlib.output_compression=on)
-     * Fixed Bug #17806 (Segmentation fault when passing invalid url to http_get())
-     * Fixed logic error and possible hang in sapi_deactivate when using http_get_request_body() with a request body longer than 4096 bytes (Rob)
-     * Fixed Bug #17896 (Make failed)
++ 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()
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
@@ -266,8 +262,6 @@ support. Parallel requests are available for PHP 5 and greater.
   <required>
    <php>
     <min>4.3</min>
   <required>
    <php>
     <min>4.3</min>
-    <max>6.0.0</max>
-    <exclude>6.0.0</exclude>
    </php>
    <pearinstaller>
     <min>1.4.1</min>
    </php>
    <pearinstaller>
     <min>1.4.1</min>
index 72777400cb44ebc49eb296f6def6e3b898bf7664..3644dd7f877a9990cc197eca6fb96399cc714765 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_HTTP_VERSION "1.7.2dev"
+#define PHP_HTTP_VERSION "1.7.2"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"