<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2015-03-18</date>
+ <date>2015-07-28</date>
<version>
- <release>1.0.0</release>
+ <release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Split off pecl_http
+ * Fix: json_post.flags=2 ignored with php7 (Remi)
]]></notes>
<contents>
<dir name="/">
extern zend_module_entry json_post_module_entry;
#define phpext_json_post_ptr &json_post_module_entry
-#define PHP_JSON_POST_VERSION "1.0.0"
+#define PHP_JSON_POST_VERSION "1.0.1"
#ifdef PHP_WIN32
# define PHP_JSON_POST_API __declspec(dllexport)