diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-21 16:19:48 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-21 16:19:48 +0200 |
| commit | 0e72753a076815a2e771673df255bf54bc4e904e (patch) | |
| tree | 78c27918fc152abef70cbbb051f06952d3de6ea4 /REFLECTION | |
| parent | 81d4679cd0fdb052930d04421dcb41344fa0bd38 (diff) | |
drop pear/pecl dependency
sources from github
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 yaf version 3.3.7 ] { +Extension [ <persistent> extension #137 yaf version 3.3.7 ] { - Dependencies { Dependency [ spl (Required) ] @@ -37,19 +37,19 @@ Extension [ <persistent> 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 [ <persistent> string YAF_VERSION ] { 3.3.7 } + Constant [ <persistent> string YAF_ENVIRON ] { product } + Constant [ <persistent> int YAF_ERR_STARTUP_FAILED ] { 512 } + Constant [ <persistent> int YAF_ERR_ROUTE_FAILED ] { 513 } + Constant [ <persistent> int YAF_ERR_DISPATCH_FAILED ] { 514 } + Constant [ <persistent> int YAF_ERR_AUTOLOAD_FAILED ] { 520 } + Constant [ <persistent> int YAF_ERR_NOTFOUND_MODULE ] { 515 } + Constant [ <persistent> int YAF_ERR_NOTFOUND_CONTROLLER ] { 516 } + Constant [ <persistent> int YAF_ERR_NOTFOUND_ACTION ] { 517 } + Constant [ <persistent> int YAF_ERR_NOTFOUND_VIEW ] { 518 } + Constant [ <persistent> int YAF_ERR_CALL_FAILED ] { 519 } + Constant [ <persistent> int YAF_ERR_TYPE_ERROR ] { 521 } + Constant [ <persistent> int YAF_ERR_ACCESS_ERROR ] { 522 } } - Classes [38] { |
