diff options
-rw-r--r-- | REFLECTION | 65 | ||||
-rw-r--r-- | php-pecl-hprose.spec | 5 |
2 files changed, 12 insertions, 58 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 hprose version 1.2.0 ] { +Extension [ <persistent> extension #98 hprose version 1.3.0 ] { - Functions { Function [ <internal:hprose> function hprose_serialize ] { @@ -89,7 +89,7 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [19] { + - Methods [18] { Method [ <internal:hprose, ctor> public method __construct ] { - Parameters [1] { @@ -97,12 +97,6 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { } } - Method [ <internal:hprose, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - Method [ <internal:hprose> public method close ] { - Parameters [0] { @@ -268,7 +262,7 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [31] { + - Methods [30] { Method [ <internal:hprose, ctor> public method __construct ] { - Parameters [2] { @@ -277,12 +271,6 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { } } - Method [ <internal:hprose, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - Method [ <internal:hprose> public method serialize ] { - Parameters [1] { @@ -498,19 +486,13 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [3] { + - Methods [2] { Method [ <internal:hprose, ctor> public method __construct ] { - Parameters [0] { } } - Method [ <internal:hprose, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - Method [ <internal:hprose> public method readRaw ] { - Parameters [0] { @@ -533,7 +515,7 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [37] { + - Methods [36] { Method [ <internal:hprose, overwrites HproseRawReader, ctor> public method __construct ] { - Parameters [2] { @@ -542,12 +524,6 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { } } - Method [ <internal:hprose, overwrites HproseRawReader, prototype HproseRawReader, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - Method [ <internal:hprose> public method unserialize ] { - Parameters [0] { @@ -866,7 +842,7 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { - Properties [0] { } - - Methods [4] { + - Methods [3] { Method [ <internal:hprose, ctor> public method __construct ] { - Parameters [2] { @@ -875,12 +851,6 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { } } - Method [ <internal:hprose, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - Method [ <internal:hprose> public method __call ] { - Parameters [2] { @@ -913,7 +883,7 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { Property [ <default> protected $url ] } - - Methods [15] { + - Methods [14] { Method [ <internal:hprose, overwrites HproseProxy, ctor> public method __construct ] { - Parameters [1] { @@ -921,12 +891,6 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { } } - Method [ <internal:hprose, overwrites HproseProxy, prototype HproseProxy, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - Method [ <internal:hprose> protected method sendAndReceive ] { - Parameters [1] { @@ -1047,20 +1011,7 @@ Extension [ <persistent> extension #98 hprose version 1.2.0 ] { Property [ <default> public $onSendError ] } - - Methods [25] { - Method [ <internal:hprose, ctor> public method __construct ] { - - - Parameters [1] { - Parameter #0 [ <optional> $url ] - } - } - - Method [ <internal:hprose, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - + - Methods [23] { Method [ <internal:hprose> 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 <remi@fedoraproject.org> - 1.3.0-1 +- Update to 1.3.0 + * Tue Apr 07 2015 Remi Collet <remi@fedoraproject.org> - 1.2.0-1 - Update to 1.2.0 |