diff options
| author | Remi Collet <remi@remirepo.net> | 2025-03-09 08:17:30 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-03-09 08:17:30 +0100 | 
| commit | 36732c55c7d2a13088fcf7e14be2a6141433b703 (patch) | |
| tree | 2aa0aee7605ec083cc7f90a0e42a532b8dbbf3c1 | |
| parent | 04806beb662398b90c8a6c4c5b624d010c6db368 (diff) | |
update to 5.9.0
re-license spec file to CECILL-2.1
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 336 | ||||
| -rw-r--r-- | php-phalcon5.spec | 23 | 
3 files changed, 303 insertions, 60 deletions
| @@ -5,8 +5,8 @@ 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.8.0 -Build Date => Jul 10 2024 00:00:00 +Version => 5.9.0 +Build Date => Mar  9 2025 00:00:00  Powered by Zephir => Version 0.18.0-$Id$  Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #104 phalcon version 5.8.0 ] { +Extension [ <persistent> extension #129 phalcon version 5.9.0 ] {    - Dependencies {      Dependency [ pdo (Required) ] @@ -74,7 +74,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {      }    } -  - Classes [616] { +  - Classes [617] {      Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] {        - Constants [0] { @@ -7693,9 +7693,9 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {              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 ] @@ -12141,6 +12141,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon> public method isSuccess ] { @@ -12545,7 +12546,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $eventType = 'storage' ]        } -      - Methods [25] { +      - Methods [27] {          Method [ <internal:phalcon, ctor> protected method __construct ] {            - Parameters [2] { @@ -12606,6 +12607,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -12613,6 +12621,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -13145,6 +13160,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -23121,7 +23137,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $prefix = 'ph-apcu-' ]        } -      - Methods [32] { +      - Methods [34] {          Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {            - Parameters [2] { @@ -23277,6 +23293,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -23284,6 +23307,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -23398,7 +23428,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $prefix = 'ph-memc-' ]        } -      - Methods [29] { +      - Methods [31] {          Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {            - Parameters [2] { @@ -23530,6 +23560,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -23537,6 +23574,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -23659,7 +23703,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $data = NULL ]        } -      - Methods [25] { +      - Methods [27] {          Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {            - Parameters [2] { @@ -23762,6 +23806,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -23769,6 +23820,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -23883,7 +23941,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $prefix = 'ph-reds-' ]        } -      - Methods [29] { +      - Methods [31] {          Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {            - Parameters [2] { @@ -24011,6 +24069,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -24018,6 +24083,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -24140,7 +24212,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $storageDir = '' ]        } -      - Methods [39] { +      - Methods [41] {          Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {            - Parameters [2] { @@ -24350,6 +24422,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -24357,6 +24436,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -24480,7 +24566,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $options = NULL ]        } -      - Methods [25] { +      - Methods [27] {          Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {            - Parameters [2] { @@ -24584,6 +24670,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -24591,6 +24684,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -24702,6 +24802,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ string ]          }          Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] { @@ -24761,6 +24862,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -25413,7 +25515,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          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] { @@ -28121,7 +28229,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $eventType = 'cache' ]        } -      - Methods [32] { +      - Methods [34] {          Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, ctor> public method __construct ] {            - Parameters [2] { @@ -28277,6 +28385,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -28284,6 +28399,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -28398,7 +28520,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $eventType = 'cache' ]        } -      - Methods [25] { +      - Methods [27] {          Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, ctor> public method __construct ] {            - Parameters [2] { @@ -28494,6 +28616,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -28501,6 +28630,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -28623,7 +28759,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $eventType = 'cache' ]        } -      - Methods [25] { +      - Methods [27] {          Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, ctor> public method __construct ] {            - Parameters [2] { @@ -28726,6 +28862,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -28733,6 +28876,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -28847,7 +28997,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $eventType = 'cache' ]        } -      - Methods [25] { +      - Methods [27] {          Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, ctor> public method __construct ] {            - Parameters [2] { @@ -28943,6 +29093,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -28950,6 +29107,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -29072,7 +29236,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $eventType = 'cache' ]        } -      - Methods [30] { +      - Methods [32] {          Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, ctor> public method __construct ] {            - Parameters [2] { @@ -29209,6 +29373,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -29216,6 +29387,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -29339,7 +29517,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ protected $eventType = 'cache' ]        } -      - Methods [25] { +      - Methods [27] {          Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, ctor> public method __construct ] {            - Parameters [2] { @@ -29443,6 +29621,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -29450,6 +29635,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - 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] { @@ -60683,9 +60875,9 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {              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 = [] ]            }          } @@ -62325,9 +62517,9 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {              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 ] @@ -76353,7 +76545,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Property [ private $path = '' ]        } -      - Methods [16] { +      - Methods [17] {          Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, ctor> public method __construct ] {            - Parameters [1] { @@ -76421,6 +76613,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Return [ string ]          } +        Method [ <internal:phalcon> protected method getGlobFiles ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $pattern ] +          } +        } +          Method [ <internal:phalcon> protected method phpFileExists ] {            - Parameters [1] { @@ -77415,6 +77614,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77472,6 +77672,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] { @@ -77501,6 +77702,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77586,6 +77788,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77671,6 +77874,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77756,6 +77960,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77819,6 +78024,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ string ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Serializable> public method unserialize ] { @@ -77863,6 +78069,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77957,6 +78164,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -78042,6 +78250,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -78127,6 +78336,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -78212,6 +78422,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -78297,6 +78508,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -78382,6 +78594,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -78856,12 +79069,11 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          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 ]          } @@ -83416,7 +83628,9 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - Constants [0] {        } -      - Static properties [0] { +      - Static properties [2] { +        Property [ public static $serializer = NULL ] +        Property [ public static $defaultValue = NULL ]        }        - Static methods [0] { @@ -83428,11 +83642,8 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - Methods [1] {          Method [ <internal:phalcon> final public method __invoke ] { -          - Parameters [4] { -            Parameter #0 [ <required> $number ] -            Parameter #1 [ <required> $message ] -            Parameter #2 [ <required> $file ] -            Parameter #3 [ <required> $line ] +          - Parameters [1] { +            Parameter #0 [ <required> $element ]            }          }        } @@ -83455,6 +83666,30 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - 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 ] @@ -83465,7 +83700,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        }      } -    Class [ <internal:phalcon> final class phalcon\11__closure ] { +    Class [ <internal:phalcon> final class phalcon\12__closure ] {        - Constants [0] {        } @@ -83493,7 +83728,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        }      } -    Class [ <internal:phalcon> final class phalcon\12__closure ] { +    Class [ <internal:phalcon> final class phalcon\13__closure ] {        - Constants [0] {        } @@ -83517,7 +83752,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        }      } -    Class [ <internal:phalcon> final class phalcon\13__closure ] { +    Class [ <internal:phalcon> final class phalcon\14__closure ] {        - Constants [0] {        } @@ -83558,12 +83793,11 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - 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 ]            }          }        } @@ -83586,11 +83820,12 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - 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 ]            }          }        } @@ -83613,12 +83848,11 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - 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 ]            }          }        } @@ -83641,11 +83875,12 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - 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 ]            }          }        } @@ -83668,12 +83903,11 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - 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 ]            }          }        } @@ -83696,8 +83930,12 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {        - Methods [1] {          Method [ <internal:phalcon> final public method __invoke ] { -          - Parameters [1] { -            Parameter #0 [ <required> $file ] +          - Parameters [5] { +            Parameter #0 [ <required> $number ] +            Parameter #1 [ <required> $message ] +            Parameter #2 [ <required> $file ] +            Parameter #3 [ <required> $line ] +            Parameter #4 [ <required> $context ]            }          }        } @@ -83721,7 +83959,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Method [ <internal:phalcon> final public method __invoke ] {            - Parameters [1] { -            Parameter #0 [ <required> $element ] +            Parameter #0 [ <required> $file ]            }          }        } @@ -83769,7 +84007,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {          Method [ <internal:phalcon> final public method __invoke ] {            - Parameters [1] { -            Parameter #0 [ <required> $action ] +            Parameter #0 [ <required> $element ]            }          }        } diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 8e88791..cdd0591 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.8.0 +%global upstream_version 5.9.0  #global upstream_prever  RC4  #global upstream_low     %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')  %global sources          %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -34,7 +34,7 @@ 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.5  BuildRequires: %{?scl_prefix}php-pear  BuildRequires: %{?scl_prefix}php-hash  BuildRequires: %{?scl_prefix}php-json @@ -138,17 +138,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 @@ -159,12 +160,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 @@ -215,6 +216,10 @@ done  %changelog +* 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 | 
