diff options
-rw-r--r-- | PHPINFO | 8 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-hprose.spec | 10 |
3 files changed, 18 insertions, 2 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #103 hprose version 1.6.7 ] { +Extension [ <persistent> extension #103 hprose version 1.6.8 ] { - Functions { Function [ <internal:hprose> 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 <remi@remirepo.net> - 1.6.8-1 +- update to 1.6.8 +- drop patch merged upstream + +* Wed Jun 5 2019 Remi Collet <remi@remirepo.net> - 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 <remi@remirepo.net> - 1.6.7-1 - update to 1.6.7 - drop patch merged upstream |