Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Sep 21, 2020
1 parent c3739bb commit 41a7569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This extension does not provide any INI entries, constants, functions or classes
<email>mike@php.net</email>
<active>yes</active>
</lead>
<date>2015-04-24</date>
<date>2020-09-21</date>
<version>
<release>1.0.1</release>
<release>1.0.2</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -35,7 +35,8 @@ This extension does not provide any INI entries, constants, functions or classes
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix bug where non-POST payloads with mixed case boundaries would not be parsed
* PHP-7.2+ compatibility
* PHP-8.0 compatiblity
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_apfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
extern zend_module_entry apfd_module_entry;
#define phpext_apfd_ptr &apfd_module_entry

#define PHP_APFD_VERSION "1.0.1"
#define PHP_APFD_VERSION "1.0.2"

#ifdef PHP_WIN32
# define PHP_APFD_API __declspec(dllexport)
Expand Down

0 comments on commit 41a7569

Please sign in to comment.