Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Jul 9, 2015
1 parent 693770d commit 931511a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package.xml
Expand Up @@ -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="/">
Expand Down Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion php_http.h
Expand Up @@ -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
Expand Down

0 comments on commit 931511a

Please sign in to comment.