Skip to content

Commit

Permalink
release 3.1.1RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Jul 3, 2017
1 parent 9f7e758 commit c9876bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,24 @@ https://mdref.m6w6.name/http
<email>mike@php.net</email>
<active>yes</active>
</lead>
<date>2017-04-04</date>
<date>2017-07-03</date>
<version>
<release>3.1.1dev</release>
<release>3.1.1RC1</release>
<api>3.1.0</api>
</version>
<stability>
<release>stable</release>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix gh-issue #65: http\Client::enqueue(): Could not enqueue request: The easy handle is already added to a multi handle (@rcanavan, Mike)
* Fix gh-issue #66: SILENT_ERRORS flag not properly passed to parse_mb (@rcanavan, Mike)
* Fix gh-issue #67: IGNORE_ERRORS should not drop "invalid" characters (@rcanavan, Mike)
* Fix gh-issue #68 STDFLAGS not fully applied when creating http\Client\Request with URL as string (@rcanavan, Mike)
* Fixed -Werror builds
* Fixed big endian builds
* Fixed builds against libcurl with gnutls, without libz or without ssl support
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_http.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H

#define PHP_PECL_HTTP_VERSION "3.1.1dev"
#define PHP_PECL_HTTP_VERSION "3.1.1RC1"

extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry
Expand Down

0 comments on commit c9876bc

Please sign in to comment.