summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO5
-rw-r--r--REFLECTION939
-rw-r--r--php-phalcon5.spec33
3 files changed, 665 insertions, 312 deletions
diff --git a/PHPINFO b/PHPINFO
index 152ba20..431fe29 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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.8.0
+Build Date => Jul 10 2024 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
diff --git a/REFLECTION b/REFLECTION
index 6579433..26c02b6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
+Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- 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 [616] {
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] {
}
@@ -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 ] {
@@ -12520,7 +12522,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 +12533,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 +12541,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 [25] {
Method [ <internal:phalcon, ctor> protected method __construct ] {
- Parameters [2] {
@@ -12707,6 +12711,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 +12992,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 +13013,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 ]
}
@@ -13627,7 +13655,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 +13669,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 +20545,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 +20553,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 +20561,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 +20809,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 +20820,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 +20840,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 +20938,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] {
@@ -22996,7 +23049,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 +23057,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 +23065,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 +23098,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 +23109,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 [32] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23293,10 +23348,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 +23386,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 [29] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23527,10 +23608,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 +23646,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 +23654,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 [25] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23726,10 +23833,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 +23871,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 [29] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23956,10 +24089,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 +24127,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 [39] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -24269,10 +24428,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 +24466,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 [25] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -24469,6 +24654,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 ]
+ }
}
}
@@ -24887,7 +25096,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 +25256,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] {
}
@@ -27889,7 +28098,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 +28109,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 [32] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, ctor> public method __construct ] {
- Parameters [2] {
@@ -28137,10 +28348,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 +28386,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 [25] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, ctor> public method __construct ] {
- Parameters [2] {
@@ -28335,10 +28572,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 +28610,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 +28618,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 [25] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, ctor> public method __construct ] {
- Parameters [2] {
@@ -28534,10 +28797,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 +28835,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 [25] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, ctor> public method __construct ] {
- Parameters [2] {
@@ -28732,10 +29021,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 +29059,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 [30] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, ctor> public method __construct ] {
- Parameters [2] {
@@ -28972,10 +29287,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 +29325,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 [25] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, ctor> public method __construct ] {
- Parameters [2] {
@@ -29172,10 +29513,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 +29551,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 +29644,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 +29741,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 +31542,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 +31556,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 +31868,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 +31882,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 +32159,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 +32173,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 +32450,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 +32464,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 +32760,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 +32774,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 +37984,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 +38009,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 +54542,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 +54563,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 ]
}
@@ -64497,7 +64887,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 +66684,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 +67105,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 ] {
@@ -73191,7 +73581,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 +75229,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 +76200,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 +76208,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 +76216,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 +76284,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 +76292,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 +76300,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 ]
}
@@ -75975,7 +76364,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 +76372,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 +76389,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 ]
}
@@ -76295,7 +76684,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 +76705,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 ]
}
@@ -78292,7 +78681,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 +78702,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 ]
}
@@ -81396,7 +81785,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 +81815,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 ]
}
@@ -83039,8 +83428,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
+ - Parameters [4] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <required> $message ]
+ Parameter #2 [ <required> $file ]
+ Parameter #3 [ <required> $line ]
}
}
}
@@ -83063,30 +83455,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $action ]
- }
- }
- }
- }
-
- Class [ <internal:phalcon> final class phalcon\11__closure ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [1] {
- Method [ <internal:phalcon> final public method __invoke ] {
-
- Parameters [4] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
@@ -83097,7 +83465,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
}
}
- Class [ <internal:phalcon> final class phalcon\12__closure ] {
+ Class [ <internal:phalcon> final class phalcon\11__closure ] {
- Constants [0] {
}
@@ -83125,7 +83493,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
}
}
- Class [ <internal:phalcon> final class phalcon\13__closure ] {
+ Class [ <internal:phalcon> final class phalcon\12__closure ] {
- Constants [0] {
}
@@ -83149,7 +83517,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
}
}
- Class [ <internal:phalcon> final class phalcon\14__closure ] {
+ Class [ <internal:phalcon> final class phalcon\13__closure ] {
- Constants [0] {
}
@@ -83190,11 +83558,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [4] {
+ - Parameters [5] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
@@ -83217,12 +83586,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
+ - Parameters [4] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
}
}
}
@@ -83245,11 +83613,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [4] {
+ - Parameters [5] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
@@ -83272,12 +83641,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
+ - Parameters [4] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
}
}
}
@@ -83300,11 +83668,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [4] {
+ - Parameters [5] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
@@ -83327,12 +83696,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
- Parameter #0 [ <required> $number ]
- Parameter #1 [ <required> $message ]
- Parameter #2 [ <required> $file ]
- Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $file ]
}
}
}
@@ -83356,7 +83721,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $file ]
+ Parameter #0 [ <required> $element ]
}
}
}
@@ -83404,7 +83769,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $element ]
+ Parameter #0 [ <required> $action ]
}
}
}
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index edfedbb..8e88791 100644
--- a/php-phalcon5.spec
+++ b/php-phalcon5.spec
@@ -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.8.0
#global upstream_prever RC4
#global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -77,7 +77,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 +101,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
@@ -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,12 @@ fi
%changelog
+* 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