diff options
-rw-r--r-- | PHPINFO | 5 | ||||
-rw-r--r-- | REFLECTION | 1418 | ||||
-rw-r--r-- | php-phalcon5.spec | 64 |
3 files changed, 1189 insertions, 298 deletions
@@ -5,13 +5,14 @@ phalcon Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 5.6.2 -Build Date => Mar 15 2024 00:00:00 +Version => 5.9.3 +Build Date => Apr 23 2025 00:00:00 Powered by Zephir => Version 0.18.0-$Id$ Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On phalcon.db.force_casting => Off => Off +phalcon.form.strict_entity_property_check => Off => Off phalcon.orm.case_insensitive_column_map => Off => Off phalcon.orm.cast_last_insert_id_to_int => Off => Off phalcon.orm.cast_on_hydrate => Off => Off @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { +Extension [ <persistent> extension #132 phalcon version 5.9.3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -15,6 +15,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Entry [ phalcon.db.force_casting <ALL> ] Current = '0' } + Entry [ phalcon.form.strict_entity_property_check <ALL> ] + Current = '0' + } Entry [ phalcon.orm.case_insensitive_column_map <ALL> ] Current = '0' } @@ -71,7 +74,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - - Classes [617] { + - Classes [618] { Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -104,6 +107,38 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon> abstract public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { @@ -177,38 +212,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:phalcon> abstract public method getEventsManager ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ <internal:phalcon> abstract public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] - } - - Return [ void ] - } - } - } - Interface [ <internal:phalcon> interface Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -2804,118 +2807,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ResultsetInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ <internal:phalcon> abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon> abstract public method filter ] { - - - Parameters [1] { - Parameter #0 [ <required> $filter ] - } - - Return [ array ] - } - - Method [ <internal:phalcon> abstract public method getCache ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon> abstract public method getFirst ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon> abstract public method getHydrateMode ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:phalcon> abstract public method getLast ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Mvc\ModelInterface ] - } - - Method [ <internal:phalcon> abstract public method getMessages ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> abstract public method getType ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:phalcon> abstract public method isFresh ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon> abstract public method setHydrateMode ] { - - - Parameters [1] { - Parameter #0 [ <required> int $hydrateMode ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - - Method [ <internal:phalcon> abstract public method setIsFresh ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $isFresh ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - - Method [ <internal:phalcon> abstract public method toArray ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> abstract public method update ] { - - - Parameters [2] { - Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ] - } - - Return [ bool ] - } - } - } - Interface [ <internal:phalcon> interface Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { @@ -3806,6 +3697,118 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ResultsetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ <internal:phalcon> abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getCache ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getFirst ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getLast ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\ModelInterface ] + } + + Method [ <internal:phalcon> abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method isFresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ <required> int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ <internal:phalcon> abstract public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ <internal:phalcon> abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method update ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ] + } + - Return [ bool ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { @@ -4852,7 +4855,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Stringable> abstract public method __toString ] { + Method [ <internal:phalcon> abstract public method __toString ] { - Parameters [0] { } @@ -4890,7 +4893,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Stringable> abstract public method __toString ] { + Method [ <internal:phalcon> abstract public method __toString ] { - Parameters [0] { } @@ -7690,9 +7693,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <optional> $value = <default> ] Parameter #2 [ <optional> int $expire = <default> ] Parameter #3 [ <optional> string $path = <default> ] - Parameter #4 [ <optional> ?bool $secure = <default> ] - Parameter #5 [ <optional> ?string $domain = <default> ] - Parameter #6 [ <optional> ?bool $httpOnly = <default> ] + Parameter #4 [ <optional> bool $secure = <default> ] + Parameter #5 [ <optional> string $domain = <default> ] + Parameter #6 [ <optional> bool $httpOnly = <default> ] Parameter #7 [ <optional> array $options = [] ] } - Return [ Phalcon\Http\Response\CookiesInterface ] @@ -7783,7 +7786,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Methods [11] { - Method [ <internal:phalcon, prototype Stringable> abstract public method __toString ] { + Method [ <internal:phalcon> abstract public method __toString ] { - Parameters [0] { } @@ -8309,7 +8312,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [1] { Parameter #0 [ <optional> $parameters = <default> ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ <internal:phalcon> abstract static public method findFirst ] { @@ -10326,7 +10328,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> abstract public method getPaths ] { @@ -12139,6 +12141,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon> public method isSuccess ] { @@ -12520,7 +12523,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -12531,7 +12534,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] @@ -12539,9 +12542,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, ctor> protected method __construct ] { - Parameters [2] { @@ -12602,6 +12607,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -12609,6 +12621,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method has ] { - Parameters [1] { @@ -12707,6 +12726,30 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method setForever ] { - Parameters [2] { @@ -12964,7 +13007,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { @@ -12985,7 +13028,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -13117,6 +13160,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -13627,7 +13671,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { @@ -13641,7 +13685,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -20517,7 +20561,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -20525,7 +20569,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -20533,7 +20577,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -20781,7 +20825,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -20792,11 +20836,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $adapter = NULL ] + Property [ protected $eventsManager = NULL ] } - - Methods [21] { + - Methods [24] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -20811,6 +20856,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + Method [ <internal:phalcon> protected method checkKey ] { - Parameters [1] { @@ -20894,6 +20954,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ bool ] } + Method [ <internal:phalcon> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } + Method [ <internal:phalcon> abstract protected method getExceptionClass ] { - Parameters [0] { @@ -22474,9 +22543,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Class [ <internal:phalcon> class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -22485,7 +22556,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [20] { + - Properties [21] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -22505,10 +22576,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] Property [ protected $wasMatched = false ] } - - Methods [44] { + - Methods [47] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -22720,6 +22792,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getRewriteUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method extractRealUri ] { + + - Parameters [1] { + Parameter #0 [ <required> string $uri ] + } + - Return [ string ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { - Parameters [1] { @@ -22844,6 +22931,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Mvc\Router ] } + Method [ <internal:phalcon> public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ <required> int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { - Parameters [0] { @@ -22996,7 +23091,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -23004,7 +23099,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -23012,7 +23107,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -23045,7 +23140,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23056,17 +23151,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-apcu-' ] } - - Methods [29] { + - Methods [34] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -23222,6 +23319,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23229,6 +23333,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -23293,10 +23404,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23307,17 +23442,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-memc-' ] } - - Methods [26] { + - Methods [31] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -23449,6 +23586,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23456,6 +23600,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -23527,10 +23678,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23541,7 +23716,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] @@ -23549,10 +23724,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $data = NULL ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -23655,6 +23832,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23662,6 +23846,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -23726,10 +23917,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23740,17 +23955,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-reds-' ] } - - Methods [26] { + - Methods [31] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -23878,6 +24095,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23885,6 +24109,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -23956,10 +24187,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23970,18 +24225,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-strm' ] Property [ protected $storageDir = '' ] } - - Methods [36] { + - Methods [41] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -24191,6 +24448,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -24198,6 +24462,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -24269,10 +24540,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Weak extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Weak extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -24283,19 +24578,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [11] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $fetching = NULL ] Property [ protected $weakList = NULL ] Property [ protected $options = NULL ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -24399,6 +24696,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -24406,6 +24710,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method doGet ] { - Parameters [1] { @@ -24469,6 +24780,30 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } @@ -24493,6 +24828,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] { @@ -24552,6 +24888,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -24887,7 +25224,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\ComponentInterface> public method __toString ] { - Parameters [0] { } @@ -25047,7 +25384,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\RoleInterface> public method __toString ] { - Parameters [0] { } @@ -25204,7 +25541,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $data = NULL ] } - - Methods [11] { + - Methods [12] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [0] { + } + } + Method [ <internal:phalcon> public method read ] { - Parameters [1] { @@ -27889,7 +28232,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -27900,17 +28243,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-apcu-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [29] { + - Methods [34] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, ctor> public method __construct ] { - Parameters [2] { @@ -28066,6 +28411,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28073,6 +28425,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28137,10 +28496,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28151,17 +28534,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-memc-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, ctor> public method __construct ] { - Parameters [2] { @@ -28257,6 +28642,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28264,6 +28656,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28335,10 +28734,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28349,7 +28772,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] @@ -28357,10 +28780,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $data = NULL ] + Property [ protected $eventType = 'cache' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, ctor> public method __construct ] { - Parameters [2] { @@ -28463,6 +28888,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28470,6 +28902,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28534,10 +28973,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28548,17 +29011,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-reds-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, ctor> public method __construct ] { - Parameters [2] { @@ -28654,6 +29119,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28661,6 +29133,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28732,10 +29211,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28746,18 +29249,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-strm' ] Property [ protected $storageDir = '' ] + Property [ protected $eventType = 'cache' ] } - - Methods [27] { + - Methods [32] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, ctor> public method __construct ] { - Parameters [2] { @@ -28894,6 +29399,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28901,6 +29413,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28972,10 +29491,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Weak extends Phalcon\Storage\Adapter\Weak implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Weak extends Phalcon\Storage\Adapter\Weak implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28986,19 +29529,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [11] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $fetching = NULL ] Property [ protected $weakList = NULL ] Property [ protected $options = NULL ] + Property [ protected $eventType = 'cache' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, ctor> public method __construct ] { - Parameters [2] { @@ -29102,6 +29647,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -29109,6 +29661,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method doGet ] { - Parameters [1] { @@ -29172,10 +29731,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #3 [ <optional> ?string $cast = <default> ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Events\EventsAwareInterface, Phalcon\Cache\CacheInterface ] { - Constants [0] { } @@ -29186,11 +29769,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $adapter = NULL ] + Property [ protected $eventsManager = NULL ] } - - Methods [21] { + - Methods [24] { Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method clear ] { - Parameters [0] { @@ -29278,6 +29862,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache> protected method checkKey ] { - Parameters [1] { @@ -29360,6 +29959,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Return [ bool ] } + + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } @@ -31152,7 +31760,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { @@ -31166,7 +31774,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -31478,7 +32086,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { @@ -31492,7 +32100,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -31769,7 +32377,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { @@ -31783,7 +32391,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -32060,7 +32668,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { @@ -32074,7 +32682,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -32370,7 +32978,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { @@ -32384,7 +32992,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -37594,7 +38202,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Constant [ public int BIND_SKIP ] { 1024 } Constant [ public int TYPE_BIGINTEGER ] { 14 } Constant [ public int TYPE_BIT ] { 19 } - Constant [ public int TYPE_BINARY ] { 26 } + Constant [ public int TYPE_BINARY ] { 27 } Constant [ public int TYPE_BLOB ] { 11 } Constant [ public int TYPE_BOOLEAN ] { 8 } Constant [ public int TYPE_CHAR ] { 5 } @@ -37619,7 +38227,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Constant [ public int TYPE_TINYBLOB ] { 10 } Constant [ public int TYPE_TINYINTEGER ] { 26 } Constant [ public int TYPE_TINYTEXT ] { 25 } - Constant [ public int TYPE_VARBINARY ] { 27 } + Constant [ public int TYPE_VARBINARY ] { 28 } Constant [ public int TYPE_VARCHAR ] { 2 } } @@ -54152,7 +54760,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { @@ -54173,7 +54781,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -55052,6 +55660,240 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Class [ <internal:phalcon> class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ private $attributes = NULL ] + Property [ private $data = NULL ] + Property [ private $separator = '<li>/</li>' ] + Property [ private $template = NULL ] + Property [ private $interpolator = NULL ] + } + + - Methods [25] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + } + } + + Method [ <internal:phalcon> public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ <optional> string $indent = <default> ] + Parameter #1 [ <optional> ?string $delimiter = <default> ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method add ] { + + - Parameters [4] { + Parameter #0 [ <required> string $text ] + Parameter #1 [ <optional> string $link = <default> ] + Parameter #2 [ <optional> string $icon = <default> ] + Parameter #3 [ <optional> array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method clearAttributes ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getSeparator ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getTemplate ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method remove ] { + + - Parameters [1] { + Parameter #0 [ <required> int $index ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method render ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method setSeparator ] { + + - Parameters [1] { + Parameter #0 [ <required> string $separator ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method setTemplate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $main ] + Parameter #1 [ <required> string $line ] + Parameter #2 [ <required> string $last ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> private method getLink ] { + + - Parameters [2] { + Parameter #0 [ <required> string $template ] + Parameter #1 [ <required> array $element ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method processAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> bool $raw = <default> ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> array $overrides ] + Parameter #1 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ <required> array $elements ] + Parameter #1 [ <required> string $delimiter ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <required> string $text ] + Parameter #2 [ <optional> array $attributes = [] ] + Parameter #3 [ <optional> bool $raw = <default> ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> string $close = <default> ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { @@ -60293,9 +61135,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <optional> $value = <default> ] Parameter #2 [ <optional> int $expire = <default> ] Parameter #3 [ <optional> string $path = <default> ] - Parameter #4 [ <optional> ?bool $secure = <default> ] - Parameter #5 [ <optional> ?string $domain = <default> ] - Parameter #6 [ <optional> ?bool $httpOnly = <default> ] + Parameter #4 [ <optional> bool $secure = <default> ] + Parameter #5 [ <optional> string $domain = <default> ] + Parameter #6 [ <optional> bool $httpOnly = <default> ] Parameter #7 [ <optional> array $options = [] ] } } @@ -61935,9 +62777,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <optional> $value = <default> ] Parameter #2 [ <optional> int $expire = <default> ] Parameter #3 [ <optional> string $path = <default> ] - Parameter #4 [ <optional> ?bool $secure = <default> ] - Parameter #5 [ <optional> ?string $domain = <default> ] - Parameter #6 [ <optional> ?bool $httpOnly = <default> ] + Parameter #4 [ <optional> bool $secure = <default> ] + Parameter #5 [ <optional> string $domain = <default> ] + Parameter #6 [ <optional> bool $httpOnly = <default> ] Parameter #7 [ <optional> array $options = [] ] } - Return [ Phalcon\Http\Response\CookiesInterface ] @@ -64497,7 +65339,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method __toString ] { - Parameters [0] { } @@ -66294,7 +67136,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [1] { Parameter #0 [ <optional> $parameters = <default> ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method findFirst ] { @@ -66716,14 +67557,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> $data ] + Parameter #0 [ <required> string $data ] } + - Return [ void ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> final public method setConnectionService ] { @@ -72475,9 +73317,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Class [ <internal:phalcon> class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -72486,7 +73330,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [25] { + - Properties [26] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -72506,6 +73350,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] Property [ protected $wasMatched = false ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $actionPreformatCallback = NULL ] @@ -72514,7 +73359,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $routePrefix = '' ] } - - Methods [53] { + - Methods [56] { Method [ <internal:phalcon> public method addModuleResource ] { - Parameters [3] { @@ -72807,6 +73652,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getRewriteUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method extractRealUri ] { + + - Parameters [1] { + Parameter #0 [ <required> string $uri ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { - Parameters [1] { @@ -72923,6 +73783,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Mvc\Router ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ <required> int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { - Parameters [0] { @@ -73191,7 +74059,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\GroupInterface> public method getPaths ] { @@ -74839,7 +75707,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $viewCode ] Parameter #1 [ <optional> bool $extendsMode = <default> ] } - - Return [ string ] } Method [ <internal:phalcon> protected method getFinalPath ] { @@ -75811,7 +76678,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -75819,7 +76686,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -75827,7 +76694,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -75895,7 +76762,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -75903,7 +76770,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -75911,7 +76778,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -75964,7 +76831,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ private $path = '' ] } - - Methods [16] { + - Methods [17] { Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, ctor> public method __construct ] { - Parameters [1] { @@ -75975,7 +76842,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -75983,7 +76850,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -76000,7 +76867,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -76032,6 +76899,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon> protected method getGlobFiles ] { + + - Parameters [1] { + Parameter #0 [ <required> string $pattern ] + } + } + Method [ <internal:phalcon> protected method phpFileExists ] { - Parameters [1] { @@ -76295,7 +77169,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { @@ -76316,7 +77190,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -77026,6 +77900,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77083,6 +77958,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] { @@ -77112,6 +77988,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77197,6 +78074,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77282,6 +78160,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77367,6 +78246,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77430,6 +78310,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Serializable> public method unserialize ] { @@ -77474,6 +78355,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77568,6 +78450,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77653,6 +78536,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77738,6 +78622,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77823,6 +78708,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77908,6 +78794,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77993,6 +78880,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -78292,7 +79180,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { @@ -78313,7 +79201,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -78467,12 +79355,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method onUncaughtLowSeverity ] { - - Parameters [5] { + - Parameters [4] { Parameter #0 [ <required> $severity ] Parameter #1 [ <required> $message ] Parameter #2 [ <required> $file ] Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] } - Return [ void ] } @@ -81396,7 +82283,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method set ] { @@ -81426,7 +82313,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Serializable> final public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -82259,11 +83146,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> private method load ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ <required> string $file ] Parameter #1 [ <required> int $length ] Parameter #2 [ <required> string $delimiter ] Parameter #3 [ <required> string $enclosure ] + Parameter #4 [ <required> string $escape ] } - Return [ void ] } @@ -83027,7 +83915,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Constants [0] { } - - Static properties [0] { + - Static properties [2] { + Property [ public static $serializer = NULL ] + Property [ public static $defaultValue = NULL ] } - Static methods [0] { diff --git a/php-phalcon5.spec b/php-phalcon5.spec index edfedbb..f04ffdd 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-phalcon5 # -# Copyright (c) 2014-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -13,7 +13,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.6.2 +%global upstream_version 5.9.3 #global upstream_prever RC4 #global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -33,8 +33,7 @@ URL: https://phalcon.io/ Source0: https://pecl.php.net/get/%{sources}.tgz BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 8.0 -BuildRequires: %{?scl_prefix}php-devel < 8.4 +BuildRequires:(%{?scl_prefix}php-devel >= 8.0 with %{?scl_prefix}php-devel < 8.5) BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-hash BuildRequires: %{?scl_prefix}php-json @@ -77,7 +76,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %setup -qc -%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml} +sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml cd %{sources} # Sanity check, really often broken @@ -101,6 +100,7 @@ extension=%{pecl_name}.so ; Configuration ;phalcon.db.escape_identifiers = On ;phalcon.db.force_casting = Off +;phalcon.form.strict_entity_property_check = Off ;phalcon.orm.case_insensitive_column_map = Off ;phalcon.orm.cast_last_insert_id_to_int = Off ;phalcon.orm.cast_on_hydrate = Off @@ -137,17 +137,18 @@ export CFLAGS="%{optflags} -Wno-incompatible-pointer-types" cd %{sources} %{__phpize} +sed -e 's/INSTALL_ROOT/DESTDIR/' -i build/Makefile.global : Build NTS extension cd ../NTS peclconf %{__phpconfig} -make %{?_smp_mflags} +%make_build %if %{with_zts} : Build ZTS extension cd ../ZTS peclconf %{__ztsphpconfig} -make %{?_smp_mflags} +%make_build %endif @@ -158,12 +159,12 @@ make %{?_smp_mflags} install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml # Install the NTS stuff -make -C NTS install INSTALL_ROOT=%{buildroot} +%make_install -C NTS install -Dpm644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} %if %{with_zts} # Install the ZTS stuff -make -C ZTS install INSTALL_ROOT=%{buildroot} +%make_install -C ZTS install -Dpm644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %endif @@ -197,28 +198,8 @@ done %endif -%if 0%{?fedora} < 24 && 0%{?rhel} < 8 -# when pear installed alone, after us -%triggerin -- %{?scl_prefix}php-pear -if [ -x %{__pecl} ] ; then - %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : -fi - -# posttrans as pear can be installed after us -%posttrans -if [ -x %{__pecl} ] ; then - %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : -fi - -%postun -if [ $1 -eq 0 -a -x %{__pecl} ] ; then - %{pecl_uninstall} %{pecl_name} >/dev/null || : -fi -%endif - - %files -%{?_licensedir:%license %{sources}/LICENSE.txt} +%license %{sources}/LICENSE.txt %doc %{pecl_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml @@ -234,6 +215,25 @@ fi %changelog +* Wed Apr 23 2025 Remi Collet <remi@remirepo.net> - 5.9.3-1 +- update to 5.9.3 + +* Sun Apr 6 2025 Remi Collet <remi@remirepo.net> - 5.9.2-1 +- update to 5.9.2 + +* Tue Apr 1 2025 Remi Collet <remi@remirepo.net> - 5.9.1-1 +- update to 5.9.1 + +* Sun Mar 9 2025 Remi Collet <remi@remirepo.net> - 5.9.0-1 +- update to 5.9.0 +- re-license spec file to CECILL-2.1 + +* Wed Jul 10 2024 Remi Collet <remi@remirepo.net> - 5.8.0-1 +- update to 5.8.0 + +* Sun May 19 2024 Remi Collet <remi@remirepo.net> - 5.7.0-1 +- update to 5.7.0 + * Fri Mar 15 2024 Remi Collet <remi@remirepo.net> - 5.6.2-1 - update to 5.6.2 |