From: Michael Wallner Date: Mon, 25 May 2020 08:35:43 +0000 (+0200) Subject: release 1.0.2 X-Git-Tag: v1.0.2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=commitdiff_plain;h=87da3f6139e8bea190638456477055db6d20a6eb release 1.0.2 * Fix gh-issue #1: segfault on 7.4 with empty array --- diff --git a/package.xml b/package.xml index 9fc28d6..fdeb3d4 100644 --- a/package.xml +++ b/package.xml @@ -24,9 +24,9 @@ This extension does not provide any constants, functions or classes. mike@php.net yes - 2015-07-28 + 2020-05-25 - 1.0.1 + 1.0.2 1.0.0 @@ -35,7 +35,7 @@ This extension does not provide any constants, functions or classes. BSD-2-Clause @@ -56,6 +56,7 @@ This extension does not provide any constants, functions or classes. + diff --git a/php_json_post.h b/php_json_post.h index 1c0f015..dd3aa0f 100644 --- a/php_json_post.h +++ b/php_json_post.h @@ -16,7 +16,7 @@ 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) diff --git a/travis/pecl b/travis/pecl index 54a746a..f24680b 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 54a746ab5e068060f53796d0aca55f76656bb8b1 +Subproject commit f24680bd797a891102f9430f54d2f3c2f06d7513