From dc7a4ff9020d347079b13009b75bbd1398ac9288 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Dec 2019 09:40:56 +0100 Subject: v3.0.9 --- REFLECTION | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 13edef0..40847bd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #176 yaf version 3.0.8 ] { +Extension [ extension #107 yaf version 3.0.9 ] { - Dependencies { Dependency [ spl (Required) ] @@ -40,18 +40,18 @@ Extension [ extension #176 yaf version 3.0.8 ] { } - Constants [12] { - Constant [ string YAF_VERSION ] { 3.0.8 } + Constant [ string YAF_VERSION ] { 3.0.9 } Constant [ string YAF_ENVIRON ] { product } - Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 } - Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } - Constant [ integer YAF_ERR_DISPATCH_FAILED ] { 514 } - Constant [ integer YAF_ERR_AUTOLOAD_FAILED ] { 520 } - Constant [ integer YAF_ERR_NOTFOUND_MODULE ] { 515 } - Constant [ integer YAF_ERR_NOTFOUND_CONTROLLER ] { 516 } - Constant [ integer YAF_ERR_NOTFOUND_ACTION ] { 517 } - Constant [ integer YAF_ERR_NOTFOUND_VIEW ] { 518 } - Constant [ integer YAF_ERR_CALL_FAILED ] { 519 } - Constant [ integer YAF_ERR_TYPE_ERROR ] { 521 } + Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 } + Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } + Constant [ int YAF_ERR_DISPATCH_FAILED ] { 514 } + Constant [ int YAF_ERR_AUTOLOAD_FAILED ] { 520 } + Constant [ int YAF_ERR_NOTFOUND_MODULE ] { 515 } + Constant [ int YAF_ERR_NOTFOUND_CONTROLLER ] { 516 } + Constant [ int YAF_ERR_NOTFOUND_ACTION ] { 517 } + Constant [ int YAF_ERR_NOTFOUND_VIEW ] { 518 } + Constant [ int YAF_ERR_CALL_FAILED ] { 519 } + Constant [ int YAF_ERR_TYPE_ERROR ] { 521 } } - Classes [38] { -- cgit