From 57c246feffd2fb356015106ae874952189710997 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 31 May 2022 12:27:20 +0200 Subject: [PATCH] release v0.2.1 * Fix possible crash on unserializing uninitialized properties. --- package.xml | 22 +++++----------------- php_ion.h | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) 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() -- 2.30.2