From ad507ccdc35e93805516637285d68a8bcd678c63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Mar 2018 06:51:10 +0100 Subject: v0.4.0 --- REFLECTION | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- php-pecl-psr.spec | 7 +++++-- 2 files changed, 58 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 4d76703..a88e44f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,10 +1,10 @@ -Extension [ extension #123 psr version 0.3.0 ] { +Extension [ extension #123 psr version 0.4.0 ] { - Dependencies { Dependency [ spl (Required) ] } - - Classes [29] { + - Classes [31] { Interface [ interface Psr\Cache\CacheException ] { - Constants [0] { @@ -1768,6 +1768,57 @@ Extension [ extension #123 psr version 0.3.0 ] { - Methods [0] { } } + + Interface [ interface Psr\Http\Server\RequestHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method handle ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] + } + - Return [ Psr\Http\Message\ResponseInterface ] + } + } + } + + Interface [ interface Psr\Http\Server\MiddlewareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method process ] { + + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] + Parameter #1 [ Psr\Http\Server\RequestHandlerInterface $handler ] + } + - Return [ Psr\Http\Message\ResponseInterface ] + } + } + } } } diff --git a/php-pecl-psr.spec b/php-pecl-psr.spec index 6f0dd18..3d695f3 100644 --- a/php-pecl-psr.spec +++ b/php-pecl-psr.spec @@ -23,7 +23,7 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 0.3.0 +%global upstream_version 0.4.0 #global upstream_prever RC4 Summary: PSR interfaces @@ -209,7 +209,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -253,6 +253,9 @@ fi %changelog +* Tue Mar 6 2018 Remi Collet - 0.4.0-1 +- Update to 0.4.0 + * Fri Feb 9 2018 Remi Collet - 0.3.0-1 - update to 0.3.0 (stable) -- cgit