From fd082019480a117f8ca32580ff84c3551e248565 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jun 2015 15:09:36 +0200 Subject: php-pecl-phk: 3.0.1 (beta) --- REFLECTION | 21 +++++++++++++++++---- php-pecl-phk.spec | 5 ++++- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 441dbf0..40f1970 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #16 phk version 3.0.0 ] { +Extension [ extension #130 phk version 3.0.1 ] { - Constants [1] { - Constant [ string PHK_ACCEL_VERSION ] { 3.0.0 } + Constant [ string PHK_ACCEL_VERSION ] { 3.0.1 } } - Functions { @@ -438,7 +438,7 @@ Extension [ extension #16 phk version 3.0.0 ] { Class [ class PHK ] { - Constants [4] { - Constant [ string VERSION ] { 3.0.0 } + Constant [ string RUNTIME_VERSION ] { 3.0.1 } Constant [ integer CRC_CHECK ] { 16 } Constant [ integer NO_MOUNT_SCRIPT ] { 32 } Constant [ integer IS_CREATOR ] { 64 } @@ -507,7 +507,7 @@ Extension [ extension #16 phk version 3.0.0 ] { Property [ private $m ] } - - Methods [23] { + - Methods [25] { Method [ public method mapDefined ] { - Parameters [0] { @@ -603,6 +603,13 @@ Extension [ extension #16 phk version 3.0.0 ] { } } + Method [ public method webAccessAllowed ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Method [ public method webTunnel ] { - Parameters [0] { @@ -636,6 +643,12 @@ Extension [ extension #16 phk version 3.0.0 ] { } } + Method [ public method &crcCheck ] { + + - Parameters [0] { + } + } + Method [ public method &plugin ] { - Parameters [0] { diff --git a/php-pecl-phk.spec b/php-pecl-phk.spec index 7adc682..44eaaa3 100644 --- a/php-pecl-phk.spec +++ b/php-pecl-phk.spec @@ -22,7 +22,7 @@ Summary: Accelerator for Automap and PHK Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT Group: Development/Languages @@ -232,6 +232,9 @@ rm -rf %{buildroot} %changelog +* Mon Jun 01 2015 Remi Collet - 3.0.1-1 +- Update to 3.0.1 (beta) + * Fri May 29 2015 Remi Collet - 3.0.0-1 - version 3.0.0 (beta) -- cgit