release 2.3.2 RELEASE_2_3_2
authorMichael Wallner <mike@php.net>
Mon, 2 Mar 2015 14:09:48 +0000 (15:09 +0100)
committerMichael Wallner <mike@php.net>
Thu, 12 Mar 2015 06:24:04 +0000 (07:24 +0100)
package.xml
php_http.h

index 476002b24b78b02a7ce332768efc1080ceac73c5..d758e1799d2239b2a1eaed6e54ef383e52a8a10f 100644 (file)
@@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-03-02</date>
+ <date>2015-03-12</date>
  <version>
  <version>
-  <release>2.3.1</release>
+  <release>2.3.2</release>
   <api>2.3.0</api>
  </version>
  <stability>
   <api>2.3.0</api>
  </version>
  <stability>
@@ -46,7 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed build on platforms that need stddef.h to define ptrdiff_t (e.g. CentOS 7.5)
+* Fixed bug with http\QueryString::offsetSet() resetting the complete query string
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
@@ -302,6 +302,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="propertyproxy001.phpt"/>
      <file role="test" name="querystring001.phpt"/>
      <file role="test" name="querystring002.phpt"/>
      <file role="test" name="propertyproxy001.phpt"/>
      <file role="test" name="querystring001.phpt"/>
      <file role="test" name="querystring002.phpt"/>
+     <file role="test" name="querystring003.phpt"/>
      <file role="test" name="serialize001.phpt"/>
      <file role="test" name="url001.phpt"/>
      <file role="test" name="url002.phpt"/>
      <file role="test" name="serialize001.phpt"/>
      <file role="test" name="url001.phpt"/>
      <file role="test" name="url002.phpt"/>
index c3d327fd78d4aa5000dc737390e6c09b8f03d20b..00db3da608ce29795bf8ed2cb6a8d3e67478254f 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 "2.3.1"
+#define PHP_PECL_HTTP_VERSION "2.3.2"
 
 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