From bc1ef9c4a7a1e7e021855fbd8cbbe8726e0ba601 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Dec 2015 06:44:41 +0100 Subject: php-pecl-pcs: 1.3.1 --- REFLECTION | 30 ++++++++++++++++++++---------- php-pecl-pcs.spec | 11 +++++++++-- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/REFLECTION b/REFLECTION index 93b86c9..f3ae384 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #131 pcs version 1.3.0 ] { +Extension [ extension #137 pcs version 1.3.1 ] { - Dependencies { Dependency [ tokenizer (Required) ] @@ -6,6 +6,24 @@ Extension [ extension #131 pcs version 1.3.0 ] { Dependency [ SPL (Required) ] } + - Functions { + Function [ function _pcs_autoload ] { + + - Parameters [2] { + Parameter #0 [ $symbol ] + Parameter #1 [ $type ] + } + } + Function [ function _pcs_autoload_register ] { + + - Parameters [3] { + Parameter #0 [ $autoload_function ] + Parameter #1 [ $throw ] + Parameter #2 [ $prepend ] + } + } + } + - Classes [1] { Class [ class PCS\Mgr ] { @@ -15,15 +33,7 @@ Extension [ extension #131 pcs version 1.3.0 ] { - Static properties [0] { } - - Static methods [10] { - Method [ static public method autoloadHook ] { - - - Parameters [2] { - Parameter #0 [ $symbol ] - Parameter #1 [ $type ] - } - } - + - Static methods [9] { Method [ static public method getFunction ] { - Parameters [1] { diff --git a/php-pecl-pcs.spec b/php-pecl-pcs.spec index ed97dd8..d5cb451 100644 --- a/php-pecl-pcs.spec +++ b/php-pecl-pcs.spec @@ -31,7 +31,7 @@ Summary: PHP Code Service Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -127,6 +127,9 @@ cp -pr NTS ZTS cat << 'EOF' | tee %{ini_name} ; Enable '%{summary}' extension module extension=%{pecl_name}.so + +; For compatibility with Suhosin +suhosin.executor.include.whitelist=pcs:// EOF @@ -264,8 +267,12 @@ rm -rf %{buildroot} %changelog +* Thu Dec 17 2015 Remi Collet - 1.3.1-1 +- Update to 1.3.1 (beta) +- add suhosin.executor.include.whitelist=pcs:// + * Sat Dec 05 2015 Remi Collet - 1.3.0-1 -- Update to 1.3.0 +- Update to 1.3.0 (beta) * Thu Dec 03 2015 Remi Collet - 1.2.1-1 - Update to 1.2.1 (beta) -- cgit