[ci skip] administrativa
authorMichael Wallner <mike@php.net>
Fri, 12 Jul 2019 12:55:55 +0000 (14:55 +0200)
committerMichael Wallner <mike@php.net>
Fri, 12 Jul 2019 12:55:55 +0000 (14:55 +0200)
package.xml
php_http.h

index e2d963b617f59d0f618a1546e57ebca212799c22..068abb14fc90beee81b456e42143230cd77cdbc4 100644 (file)
@@ -33,7 +33,7 @@ https://mdref.m6w6.name/http
  </lead>
  <date>2019-06-07</date>
  <version>
  </lead>
  <date>2019-06-07</date>
  <version>
-  <release>3.2.1</release>
+  <release>3.2.2</release>
   <api>3.2.0</api>
  </version>
  <stability>
   <api>3.2.0</api>
  </version>
  <stability>
@@ -42,15 +42,6 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fixed gh-issue #88: Unable to run test suite (Remi Collet)
-* Fixed gh-issue #86: test failure with curl 7.64
-* Fixed gh-issue #85: [-Wformat-extra-args] build warnings
-* Fixed gh-issue #84: segfault and build failure since curl 7.62
-* Fixed gh-issue #82: Test harness improvements (Chris Wright)
-* Fixed gh-issue #64: compress and connecttimeout interfere with low_speed_limit (@rcanavan)
-* Fixed http\QueryString::getGlobalInstance()
-* Fixed missing 2nd reflection argument info of http\Client::notify()
-* Fixed PHP-7.4 compatibility
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
@@ -216,6 +207,8 @@ https://mdref.m6w6.name/http
      <file role="test" name="client028.phpt"/>
      <file role="test" name="client029.phpt"/>
      <file role="test" name="client030.phpt"/>
      <file role="test" name="client028.phpt"/>
      <file role="test" name="client029.phpt"/>
      <file role="test" name="client030.phpt"/>
+     <file role="test" name="client031.phpt"/>
+     <file role="test" name="client032.phpt"/>
      <file role="test" name="clientrequest001.phpt"/>
      <file role="test" name="clientrequest002.phpt"/>
      <file role="test" name="clientrequest003.phpt"/>
      <file role="test" name="clientrequest001.phpt"/>
      <file role="test" name="clientrequest002.phpt"/>
      <file role="test" name="clientrequest003.phpt"/>
index 388cc08aaf791bd906195ea15171dd19a3175ab0..bdaa3f10bda63918e6c9db12e29a2f9baae755a0 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.2.1"
+#define PHP_PECL_HTTP_VERSION "3.2.2dev"
 
 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