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 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'REFLECTION') 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] { -- cgit