From 0e72753a076815a2e771673df255bf54bc4e904e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Apr 2026 16:19:48 +0200 Subject: drop pear/pecl dependency sources from github --- REFLECTION | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e85ff9a..561b619 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 yaf version 3.3.7 ] { +Extension [ extension #137 yaf version 3.3.7 ] { - Dependencies { Dependency [ spl (Required) ] @@ -37,19 +37,19 @@ Extension [ extension #126 yaf version 3.3.7 ] { } - Constants [13] { - Constant [ string YAF_VERSION ] { 3.3.7 } - Constant [ string YAF_ENVIRON ] { product } - 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 } - Constant [ int YAF_ERR_ACCESS_ERROR ] { 522 } + Constant [ string YAF_VERSION ] { 3.3.7 } + Constant [ string YAF_ENVIRON ] { product } + 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 } + Constant [ int YAF_ERR_ACCESS_ERROR ] { 522 } } - Classes [38] { -- cgit