diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-22 07:10:35 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-22 07:10:35 +0100 |
commit | 216fcb45f73c4ae1060059ca199d3af2adc8dbd1 (patch) | |
tree | 62cfb3f8f1dd4bf8d6fb8a5534124fa61de0d527 | |
parent | b3cf066d21985db3c7a1ea6c2ce364b6535b9927 (diff) |
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-hprose.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #108 hprose version 1.7.0 ] { +Extension [ <persistent> extension #112 hprose version 1.8.0 ] { - Functions { Function [ <internal:hprose> 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 <remi@remirepo.net> - 1.8.0-1 +- update to 1.8.0 + * Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 1.7.0-1 - update to 1.7.0 |