From 216fcb45f73c4ae1060059ca199d3af2adc8dbd1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 22 Mar 2020 07:10:35 +0100 Subject: v1.8.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-hprose.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2f396fa..3ca8350 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,6 +3,6 @@ hprose hprose support => enabled session support => enabled -hprose version => 1.7.0 +hprose version => 1.8.0 hprose author => Ma Bingyao hprose homepage => https://github.com/hprose/hprose-pecl diff --git a/REFLECTION b/REFLECTION index d6e1fb7..8b36cbd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 hprose version 1.7.0 ] { +Extension [ extension #112 hprose version 1.8.0 ] { - Functions { Function [ function hprose_serialize ] { diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index 978c257..c9e1cc0 100644 --- a/php-pecl-hprose.spec +++ b/php-pecl-hprose.spec @@ -22,7 +22,7 @@ Summary: Hprose for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.7.0 +Version: 1.8.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} @@ -230,6 +230,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Mar 22 2020 Remi Collet - 1.8.0-1 +- update to 1.8.0 + * Thu Jan 23 2020 Remi Collet - 1.7.0-1 - update to 1.7.0 -- cgit