From 68dbdd381576ccfe750405cb79bfaca74d0c96e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 May 2022 08:41:54 +0200 Subject: update to 2.3.2 --- REFLECTION | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 84317c1..00bdecd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 yar version 2.3.1 ] { +Extension [ extension #119 yar version 2.3.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -27,7 +27,7 @@ Extension [ extension #119 yar version 2.3.1 ] { } - Constants [24] { - Constant [ string YAR_VERSION ] { 2.3.1 } + Constant [ string YAR_VERSION ] { 2.3.2 } Constant [ int YAR_HAS_MSGPACK ] { 1 } Constant [ int YAR_OPT_PACKAGER ] { 0 } Constant [ int YAR_OPT_PERSISTENT ] { 1 } @@ -170,9 +170,10 @@ Extension [ extension #119 yar version 2.3.1 ] { Method [ static public method loop ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ ?callable $callback = NULL ] Parameter #1 [ ?callable $error_callback = NULL ] + Parameter #2 [ ?array $options = NULL ] } - Return [ ?bool ] } -- cgit