release 1.0.2 v1.0.2
authorMichael Wallner <mike@php.net>
Mon, 25 May 2020 08:35:43 +0000 (10:35 +0200)
committerMichael Wallner <mike@php.net>
Mon, 25 May 2020 08:35:43 +0000 (10:35 +0200)
* Fix gh-issue #1: segfault on 7.4 with empty array

package.xml
php_json_post.h
travis/pecl

index 9fc28d64d33145ecb5eca1df49eac750abd33c10..fdeb3d48c58bfc493d1fef03fd853fc700c4dd9e 100644 (file)
@@ -24,9 +24,9 @@ This extension does not provide any constants, functions or classes.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-07-28</date>
+ <date>2020-05-25</date>
  <version>
  <version>
-  <release>1.0.1</release>
+  <release>1.0.2</release>
   <api>1.0.0</api>
  </version>
  <stability>
   <api>1.0.0</api>
  </version>
  <stability>
@@ -35,7 +35,7 @@ This extension does not provide any constants, functions or classes.
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
- * Fix: json_post.flags=2 ignored with php7 (Remi)
+ * Fix gh-issue #1: segfault on 7.4 with empty array (Mark Rigby-Jones)
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
@@ -56,6 +56,7 @@ This extension does not provide any constants, functions or classes.
      <file role="test" name="002.phpt"/>
      <file role="test" name="003.phpt"/>
      <file role="test" name="004.phpt"/>
      <file role="test" name="002.phpt"/>
      <file role="test" name="003.phpt"/>
      <file role="test" name="004.phpt"/>
+     <file role="test" name="005.phpt"/>
      <file role="test" name="application.phpt"/>
    </dir>
   </dir>
      <file role="test" name="application.phpt"/>
    </dir>
   </dir>
index 1c0f015ba95273f62ab57a726ed4a9a3e1c4bddf..dd3aa0f00101afa530afe8667fda90277dd50b0c 100644 (file)
@@ -16,7 +16,7 @@
 extern zend_module_entry json_post_module_entry;
 #define phpext_json_post_ptr &json_post_module_entry
 
 extern zend_module_entry json_post_module_entry;
 #define phpext_json_post_ptr &json_post_module_entry
 
-#define PHP_JSON_POST_VERSION "1.0.2dev"
+#define PHP_JSON_POST_VERSION "1.0.2"
 
 #ifdef PHP_WIN32
 #      define PHP_JSON_POST_API __declspec(dllexport)
 
 #ifdef PHP_WIN32
 #      define PHP_JSON_POST_API __declspec(dllexport)
index 54a746ab5e068060f53796d0aca55f76656bb8b1..f24680bd797a891102f9430f54d2f3c2f06d7513 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 54a746ab5e068060f53796d0aca55f76656bb8b1
+Subproject commit f24680bd797a891102f9430f54d2f3c2f06d7513