From: Michael Wallner Date: Tue, 31 May 2022 10:27:20 +0000 (+0200) Subject: release v0.2.1 X-Git-Tag: v0.2.1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=57c246feffd2fb356015106ae874952189710997;p=awesomized%2Fext-ion release v0.2.1 * Fix possible crash on unserializing uninitialized properties. --- diff --git a/package.xml b/package.xml index e3f4ef8..80c5fb6 100644 --- a/package.xml +++ b/package.xml @@ -20,9 +20,9 @@ https://awesomized.github.io/ext-ion/ mike@php.net yes - 2022-05-13 + 2022-05-31 - 0.2.0 + 0.2.1 0.2.0 @@ -31,20 +31,7 @@ https://awesomized.github.io/ext-ion/ BSD-2-Clause @@ -128,7 +115,8 @@ https://awesomized.github.io/ext-ion/ - + + diff --git a/php_ion.h b/php_ion.h index 6bad89f..47b4077 100644 --- a/php_ion.h +++ b/php_ion.h @@ -16,7 +16,7 @@ extern zend_module_entry ion_module_entry; # define phpext_ion_ptr &ion_module_entry -# define PHP_ION_VERSION "0.3.0dev" +# define PHP_ION_VERSION "0.2.1" # if defined(ZTS) && defined(COMPILE_DL_ION) ZEND_TSRMLS_CACHE_EXTERN()