Skip to content

Commit f3ab3fd

Browse files
committed
relase 1.0.1
1 parent e54f65d commit f3ab3fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This extension does not provide any constants, functions or classes.
2424
<email>[email protected]</email>
2525
<active>yes</active>
2626
</lead>
27-
<date>2015-03-18</date>
27+
<date>2015-07-28</date>
2828
<version>
29-
<release>1.0.0</release>
29+
<release>1.0.1</release>
3030
<api>1.0.0</api>
3131
</version>
3232
<stability>
@@ -35,7 +35,7 @@ This extension does not provide any constants, functions or classes.
3535
</stability>
3636
<license>BSD, revised</license>
3737
<notes><![CDATA[
38-
* Split off pecl_http
38+
* Fix: json_post.flags=2 ignored with php7 (Remi)
3939
]]></notes>
4040
<contents>
4141
<dir name="/">

php_json_post.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
extern zend_module_entry json_post_module_entry;
1717
#define phpext_json_post_ptr &json_post_module_entry
1818

19-
#define PHP_JSON_POST_VERSION "1.0.0"
19+
#define PHP_JSON_POST_VERSION "1.0.1"
2020

2121
#ifdef PHP_WIN32
2222
# define PHP_JSON_POST_API __declspec(dllexport)

0 commit comments

Comments
 (0)