From 7d110d11cd75238caa994bf1671fc47c4a9beb59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jun 2019 07:00:02 +0200 Subject: v1.6.8 --- PHPINFO | 8 ++++++++ REFLECTION | 2 +- php-pecl-hprose.spec | 10 +++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..124fe8a --- /dev/null +++ b/PHPINFO @@ -0,0 +1,8 @@ + +hprose + +hprose support => enabled +session support => enabled +hprose version => 1.6.8 +hprose author => Ma Bingyao +hprose homepage => https://github.com/hprose/hprose-pecl diff --git a/REFLECTION b/REFLECTION index faa6d1a..f5c0641 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #103 hprose version 1.6.7 ] { +Extension [ extension #103 hprose version 1.6.8 ] { - Functions { Function [ function hprose_serialize ] { diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index 01b8ecc..e02038e 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.6.7 +Version: 1.6.8 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{pecl_name} @@ -234,6 +234,14 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Jun 6 2019 Remi Collet - 1.6.8-1 +- update to 1.6.8 +- drop patch merged upstream + +* Wed Jun 5 2019 Remi Collet - 1.6.7-2 +- add patch for PHP 7.4 from + https://github.com/hprose/hprose-pecl/pull/17 + * Wed Jun 5 2019 Remi Collet - 1.6.7-1 - update to 1.6.7 - drop patch merged upstream -- cgit