From 224403f8d384d752d70667184ec96622e00a34cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Apr 2026 08:48:54 +0200 Subject: update to 5.11.0 drop pear/pecl dependency sources from github add pie virtual provides add support for 8.5, drop 8.0 open https://github.com/phalcon/cphalcon/issues/16874 ext tree is unusable for PHP 8.5 --- REFLECTION | 511 +++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 363 insertions(+), 148 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ddcb6a8..418dec5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #141 phalcon version 5.10.0 ] { +Extension [ extension #147 phalcon version 5.11.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -18346,7 +18346,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -18373,13 +18373,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [26] { Method [ public method __construct ] { - Parameters [0] { @@ -18411,6 +18412,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } + Method [ public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + Method [ public method getInternalEventsManager ] { - Parameters [0] { @@ -18540,6 +18549,15 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Di\ServiceInterface ] } + Method [ public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ public method setInternalEventsManager ] { - Parameters [1] { @@ -18564,6 +18582,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } - Return [ Phalcon\Di\ServiceInterface ] } + + Method [ private method resolveAlias ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } } } @@ -21058,7 +21084,38 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [4] { + Method [ static public method serviceCannotBeResolved ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ static public method serviceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ static public method unknownServiceInParameter ] { + + - Parameters [1] { + Parameter #0 [ int $position ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ static public method undefinedMethod ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ Phalcon\Di\Exception ] + } } - Properties [4] { @@ -21148,7 +21205,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -21175,13 +21232,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [25] { Method [ public method __construct ] { - Parameters [0] { @@ -21213,6 +21271,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } + Method [ public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + Method [ public method getInternalEventsManager ] { - Parameters [0] { @@ -21342,6 +21408,15 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Di\ServiceInterface ] } + Method [ public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ public method setInternalEventsManager ] { - Parameters [1] { @@ -24934,6 +25009,98 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } + Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { @@ -38256,7 +38423,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } - Properties [16] { - Property [ protected $after = NULL ] + Property [ protected $after = '' ] Property [ protected $autoIncrement = false ] Property [ protected $bindType = 2 ] Property [ protected $comment = NULL ] @@ -38287,7 +38454,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } Method [ public method getBindType ] { @@ -40945,7 +41112,38 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [4] { + Method [ static public method serviceCannotBeResolved ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ static public method serviceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ static public method unknownServiceInParameter ] { + + - Parameters [1] { + Parameter #0 [ int $position ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ static public method undefinedMethod ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ Phalcon\Di\Exception ] + } } - Properties [4] { @@ -41035,7 +41233,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -41062,13 +41260,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [25] { Method [ public method __construct ] { - Parameters [0] { @@ -41100,6 +41299,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } + Method [ public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + Method [ public method getInternalEventsManager ] { - Parameters [0] { @@ -41229,6 +41436,15 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Di\ServiceInterface ] } + Method [ public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ public method setInternalEventsManager ] { - Parameters [1] { @@ -43525,7 +43741,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Property [ private $token = NULL ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [2] { @@ -43566,6 +43782,15 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Encryption\Security\JWT\Validator ] } + Method [ public method validateClaim ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Encryption\Security\JWT\Validator ] + } + Method [ public method validateAudience ] { - Parameters [1] { @@ -43651,7 +43876,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Method [ public method base58 ] { - Parameters [1] { - Parameter #0 [ ?int $len = null ] + Parameter #0 [ int $len = 16 ] } - Return [ string ] } @@ -43659,7 +43884,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Method [ public method base62 ] { - Parameters [1] { - Parameter #0 [ ?int $len = null ] + Parameter #0 [ int $len = 16 ] } - Return [ string ] } @@ -43667,7 +43892,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Method [ public method base64 ] { - Parameters [1] { - Parameter #0 [ ?int $len = null ] + Parameter #0 [ int $len = 16 ] } - Return [ string ] } @@ -43675,7 +43900,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Method [ public method base64Safe ] { - Parameters [2] { - Parameter #0 [ ?int $len = null ] + Parameter #0 [ int $len = 16 ] Parameter #1 [ bool $padding = false ] } - Return [ string ] @@ -43692,7 +43917,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Method [ public method hex ] { - Parameters [1] { - Parameter #0 [ ?int $len = null ] + Parameter #0 [ int $len = 16 ] } - Return [ string ] } @@ -44591,7 +44816,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Properties [0] { } - - Methods [2] { + - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { @@ -44599,14 +44824,6 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Parameter #1 [ int $filter = 0 ] } } - - Method [ private method getIpAddressProtocolVersion ] { - - - Parameters [1] { - Parameter #0 [ string $input ] - } - - Return [ int|false ] - } } } @@ -61263,7 +61480,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $path = NULL ] - Property [ protected $read = false ] + Property [ protected $isRead = false ] Property [ protected $restored = false ] Property [ protected $secure = true ] Property [ protected $signKey = NULL ] @@ -61596,7 +61813,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ protected $container = NULL ] Property [ protected $filterService = NULL ] Property [ protected $httpMethodParameterOverride = false ] @@ -61605,9 +61822,10 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Property [ protected $rawBody = '' ] Property [ protected $strictHostCheck = false ] Property [ protected $trustedProxies = NULL ] + Property [ protected $trustedProxyHeader = '' ] } - - Methods [80] { + - Methods [83] { Method [ public method get ] { - Parameters [5] { @@ -62124,6 +62342,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Http\RequestInterface ] } + Method [ public method setTrustedProxyHeader ] { + + - Parameters [1] { + Parameter #0 [ string $trustedProxyHeader ] + } + - Return [ Phalcon\Http\RequestInterface ] + } + Method [ protected method isIpAddressInCIDR ] { - Parameters [2] { @@ -62218,6 +62444,21 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } + Method [ private method isProxyTrusted ] { + + - Parameters [1] { + Parameter #0 [ string $ip ] + } + - Return [ bool ] + } + + Method [ private method isValidPublicIp ] { + + - Parameters [1] { + Parameter #0 [ string $forwardedIp ] + } + } + Method [ private method getPostData ] { - Parameters [1] { @@ -64362,17 +64603,18 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] Property [ protected $formatter = NULL ] Property [ protected $inTransaction = false ] Property [ protected $queue = NULL ] + Property [ protected $handler = NULL ] Property [ protected $mode = 'ab' ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] } - - Methods [16] { + - Methods [18] { Method [ public method __construct ] { - Parameters [2] { @@ -64403,6 +64645,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Return [ void ] } + Method [ protected method phpFclose ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + - Return [ bool ] + } + Method [ protected method phpFopen ] { - Parameters [2] { @@ -64411,6 +64661,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } + Method [ protected method phpFwrite ] { + + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ string $message ] + } + } + Method [ public method __destruct ] { - Parameters [0] { @@ -79425,7 +79683,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Static methods [0] { } - - Properties [8] { + - Properties [7] { Property [ protected $blacklist = NULL ] Property [ protected $data = NULL ] Property [ protected $hideDocumentRoot = false ] @@ -79433,16 +79691,9 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Property [ protected $showFileFragment = false ] Property [ protected $showFiles = true ] Property [ protected $uri = 'https://assets.phalcon.io/debug/5.0.x/' ] - Property [ private $version = NULL ] } - - Methods [23] { - Method [ public method __construct ] { - - - Parameters [0] { - } - } - + - Methods [29] { Method [ public method clearVars ] { - Parameters [0] { @@ -79604,12 +79855,68 @@ Extension [ extension #141 phalcon version 5.10.0 ] { Method [ final protected method showTraceItem ] { - Parameters [2] { - Parameter #0 [ int $n ] + Parameter #0 [ int $number ] Parameter #1 [ array $trace ] } - Return [ string ] } + Method [ private method closeTable ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ private method printBacktrace ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ string ] + } + + Method [ private method printExtraVariables ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ private method printIncludedFiles ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ private method printMemoryUsage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ private method printSuperglobal ] { + + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ string $div ] + } + - Return [ string ] + } + + Method [ private method printTableHeader ] { + + - Parameters [4] { + Parameter #0 [ string $divId ] + Parameter #1 [ string $headerOne ] + Parameter #2 [ string $headerTwo ] + Parameter #3 [ string $colspan = '' ] + } + - Return [ string ] + } + Method [ private method getArrVal ] { - Parameters [3] { @@ -79662,14 +79969,6 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Return [ bool ] } - Method [ public method setDetailed ] { - - - Parameters [1] { - Parameter #0 [ bool $detailed ] - } - - Return [ void ] - } - Method [ public method one ] { - Parameters [2] { @@ -79679,6 +79978,14 @@ Extension [ extension #141 phalcon version 5.10.0 ] { - Return [ string ] } + Method [ public method setDetailed ] { + + - Parameters [1] { + Parameter #0 [ bool $flag ] + } + - Return [ void ] + } + Method [ public method setStyles ] { - Parameters [1] { @@ -79731,99 +80038,7 @@ Extension [ extension #141 phalcon version 5.10.0 ] { } } - Class [ class Phalcon\Support\Debug\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Support\Debug\Exception extends Phalcon\Support\Exception implements Stringable, Throwable ] { - Constants [0] { } -- cgit