From 571db0dc3e5c5826c3356b6c63db765fc6c726be Mon Sep 17 00:00:00 2001 From: Bogdan Padalko Date: Sun, 27 Aug 2017 17:29:12 +0300 Subject: [PATCH] Prepare 0.5.0 release --- package.xml | 27 +++++++++++++-------------- php_ref.h | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/package.xml b/package.xml index f38ead0..015b599 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ pinepain@gmail.com yes - 2017-07-22 - + 2017-08-27 + - 0.4.4 - 0.4.4 + 0.5.0 + 0.5.0 stable @@ -28,10 +28,15 @@ The MIT License (MIT) - This release improves PHP 7.2 compatibility support + This release fix bugs, drop unused feature and soon to be EOL PHP 7.0 (see http://php.net/supported-versions.php for details). Changelist: - - Restore original referent obj handler when it is no longer tracked + - Drop PHP < 7.1 support (BC-breaking); + - Remove array notifier in a favor of callback (BC-breaking); + - Remove references comparison (BC-breaking); + - Fix bug when object handle reused but previous state was not clean; + - Fix wrong behavior when reference get deleted during notifier call; + - Fix memleaks; @@ -54,7 +59,6 @@ - @@ -69,20 +73,19 @@ - - - + + @@ -93,7 +96,6 @@ - @@ -117,9 +119,6 @@ - - - diff --git a/php_ref.h b/php_ref.h index f4f3526..35df26b 100644 --- a/php_ref.h +++ b/php_ref.h @@ -23,7 +23,7 @@ extern zend_module_entry php_ref_module_entry; #endif #ifndef PHP_REF_REVISION -#define PHP_REF_REVISION "dev" +#define PHP_REF_REVISION "release" #endif #if PHP_VERSION_ID < 70100