<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>
</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="/">
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)