2.5 RELEASE_2_5_0
authorMichael Wallner <mike@php.net>
Thu, 9 Jul 2015 06:56:36 +0000 (08:56 +0200)
committerMichael Wallner <mike@php.net>
Thu, 9 Jul 2015 06:56:36 +0000 (08:56 +0200)
package.xml
php_http.h

index e05ab6db14d70335fa5e6aa095b81606252cf366..d0c1176f019c0b24ad02c89a4f6605f7a34f57e1 100644 (file)
@@ -35,20 +35,20 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-05-21</date>
+ <date>2015-07-09</date>
  <version>
-  <release>2.5.0RC1</release>
+  <release>2.5.0</release>
   <api>2.5.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <release>stable</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Added RFC5988 (Web Linking) support to http\Params
-* Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
-* Fixed overly aggressive response chaching to only consider 2xx cachable
++ Added RFC5988 (Web Linking) support to http\Params
++ Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
+* Fixed overly aggressive response caching to only consider 2xx cachable
 ]]></notes>
  <contents>
   <dir name="/">
@@ -302,6 +302,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="params014.phpt"/>
      <file role="test" name="params015.phpt"/>
      <file role="test" name="params016.phpt"/>
+     <file role="test" name="params017.phpt"/>
      <file role="test" name="phpinfo.phpt"/>
      <file role="test" name="propertyproxy001.phpt"/>
      <file role="test" name="querystring001.phpt"/>
index 289a3953b7b11ee67f8e7e196608a06c807ab42b..4cadffa2f122bea9e5f886ae2bc32770a5444552 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.5.0RC1"
+#define PHP_PECL_HTTP_VERSION "2.5.0"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry