From dfff2fe2a2c4ee12765c1403d82bc624d5aaa2ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Apr 2015 10:54:43 +0200 Subject: php-pecl-hprose: 1.3.0 --- REFLECTION | 65 +++++++--------------------------------------------- php-pecl-hprose.spec | 5 +++- 2 files changed, 12 insertions(+), 58 deletions(-) diff --git a/REFLECTION b/REFLECTION index d6163e2..ac87358 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 hprose version 1.2.0 ] { +Extension [ extension #98 hprose version 1.3.0 ] { - Functions { Function [ function hprose_serialize ] { @@ -89,7 +89,7 @@ Extension [ extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [19] { + - Methods [18] { Method [ public method __construct ] { - Parameters [1] { @@ -97,12 +97,6 @@ Extension [ extension #98 hprose version 1.2.0 ] { } } - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - Method [ public method close ] { - Parameters [0] { @@ -268,7 +262,7 @@ Extension [ extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [31] { + - Methods [30] { Method [ public method __construct ] { - Parameters [2] { @@ -277,12 +271,6 @@ Extension [ extension #98 hprose version 1.2.0 ] { } } - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - Method [ public method serialize ] { - Parameters [1] { @@ -498,19 +486,13 @@ Extension [ extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [3] { + - Methods [2] { Method [ public method __construct ] { - Parameters [0] { } } - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - Method [ public method readRaw ] { - Parameters [0] { @@ -533,7 +515,7 @@ Extension [ extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [37] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -542,12 +524,6 @@ Extension [ extension #98 hprose version 1.2.0 ] { } } - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - Method [ public method unserialize ] { - Parameters [0] { @@ -866,7 +842,7 @@ Extension [ extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [4] { + - Methods [3] { Method [ public method __construct ] { - Parameters [2] { @@ -875,12 +851,6 @@ Extension [ extension #98 hprose version 1.2.0 ] { } } - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - Method [ public method __call ] { - Parameters [2] { @@ -913,7 +883,7 @@ Extension [ extension #98 hprose version 1.2.0 ] { Property [ protected $url ] } - - Methods [15] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -921,12 +891,6 @@ Extension [ extension #98 hprose version 1.2.0 ] { } } - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - Method [ protected method sendAndReceive ] { - Parameters [1] { @@ -1047,20 +1011,7 @@ Extension [ extension #98 hprose version 1.2.0 ] { Property [ public $onSendError ] } - - Methods [25] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $url ] - } - } - - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - + - Methods [23] { Method [ protected method getErrorTypeString ] { - Parameters [1] { diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index 5885b47..0c8f736 100644 --- a/php-pecl-hprose.spec +++ b/php-pecl-hprose.spec @@ -22,7 +22,7 @@ Summary: Hprose for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.0 +Version: 1.3.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT Group: Development/Languages @@ -237,6 +237,9 @@ rm -rf %{buildroot} %changelog +* Wed Apr 08 2015 Remi Collet - 1.3.0-1 +- Update to 1.3.0 + * Tue Apr 07 2015 Remi Collet - 1.2.0-1 - Update to 1.2.0 -- cgit