back to dev
authorMichael Wallner <mike@php.net>
Mon, 2 Mar 2015 14:09:48 +0000 (15:09 +0100)
committerMichael Wallner <mike@php.net>
Mon, 2 Mar 2015 14:09:48 +0000 (15:09 +0100)
package.xml
php_http.h

index 476002b24b78b02a7ce332768efc1080ceac73c5..9b2fa30dbace664441dab78b89d5bd5a77f6c9db 100644 (file)
@@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-03-02</date>
  <version>
-  <release>2.3.1</release>
+  <release>2.3.2dev</release>
   <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[
-* Fixed build on platforms that need stddef.h to define ptrdiff_t (e.g. CentOS 7.5)
+*
 ]]></notes>
  <contents>
   <dir name="/">
index c3d327fd78d4aa5000dc737390e6c09b8f03d20b..aafc7f400d8635f8255a981fbb350411ef291332 100644 (file)
@@ -13,7 +13,7 @@
 #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.2dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry