release 3.1.1RC1 RELEASE_3_1_1_RC1
authorMichael Wallner <mike@php.net>
Mon, 3 Jul 2017 08:06:50 +0000 (10:06 +0200)
committerMichael Wallner <mike@php.net>
Mon, 3 Jul 2017 08:07:44 +0000 (10:07 +0200)
package.xml
php_http.h

index 0f109076fd1e2c9da690c2154b42bee3c6248ebc..094655b104946647f9d9ed016443f04a9d0ca80a 100644 (file)
@@ -31,18 +31,24 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2017-04-04</date>
+ <date>2017-07-03</date>
  <version>
  <version>
-  <release>3.1.1dev</release>
+  <release>3.1.1RC1</release>
   <api>3.1.0</api>
  </version>
  <stability>
   <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)
   <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="/">
 ]]></notes>
  <contents>
   <dir name="/">
index 2cf0de72a3f4851aaeaa80c8a3914131bd8f3b33..d662cfe3a1a91b1305548cdb2861eea80439392f 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #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
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry