From e3b4b8b2f33555563d138ed7c444b3966c61624c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 May 2024 08:48:23 +0200 Subject: update to 5.7.0 --- PHPINFO | 5 +- REFLECTION | 231 +++++++++++++++++++++++++++--------------------------- php-phalcon5.spec | 6 +- 3 files changed, 124 insertions(+), 118 deletions(-) diff --git a/PHPINFO b/PHPINFO index 152ba20..fbc005f 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.7.0 +Build Date => May 19 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..e015f4c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #92 phalcon version 5.6.2 ] { +Extension [ extension #100 phalcon version 5.7.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -15,6 +15,9 @@ Extension [ extension #92 phalcon version 5.6.2 ] { Entry [ phalcon.db.force_casting ] Current = '0' } + Entry [ phalcon.form.strict_entity_property_check ] + Current = '0' + } Entry [ phalcon.orm.case_insensitive_column_map ] Current = '0' } @@ -2804,118 +2807,6 @@ Extension [ extension #92 phalcon version 5.6.2 ] { } } - Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ ?Closure $conditionCallback = ] - } - - Return [ bool ] - } - - Method [ abstract public method filter ] { - - - Parameters [1] { - Parameter #0 [ $filter ] - } - - Return [ array ] - } - - Method [ abstract public method getCache ] { - - - Parameters [0] { - } - } - - Method [ abstract public method getFirst ] { - - - Parameters [0] { - } - } - - Method [ abstract public method getHydrateMode ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ abstract public method getLast ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Mvc\ModelInterface ] - } - - Method [ abstract public method getMessages ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method getType ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ abstract public method isFresh ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ abstract public method setHydrateMode ] { - - - Parameters [1] { - Parameter #0 [ int $hydrateMode ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - - Method [ abstract public method setIsFresh ] { - - - Parameters [1] { - Parameter #0 [ bool $isFresh ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - - Method [ abstract public method toArray ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method update ] { - - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ ?Closure $conditionCallback = ] - } - - Return [ bool ] - } - } - } - Interface [ interface Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { @@ -3806,6 +3697,118 @@ Extension [ extension #92 phalcon version 5.6.2 ] { } } + Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ ?Closure $conditionCallback = ] + } + - Return [ bool ] + } + + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + - Return [ array ] + } + + Method [ abstract public method getCache ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getFirst ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getLast ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method isFresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ abstract public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ ?Closure $conditionCallback = ] + } + - Return [ bool ] + } + } + } + Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { @@ -8309,7 +8312,6 @@ Extension [ extension #92 phalcon version 5.6.2 ] { - Parameters [1] { Parameter #0 [ $parameters = ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract static public method findFirst ] { @@ -66294,7 +66296,6 @@ Extension [ extension #92 phalcon version 5.6.2 ] { - Parameters [1] { Parameter #0 [ $parameters = ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ static public method findFirst ] { diff --git a/php-phalcon5.spec b/php-phalcon5.spec index edfedbb..2ed8334 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.7.0 #global upstream_prever RC4 #global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -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 @@ -234,6 +235,9 @@ fi %changelog +* Sun May 19 2024 Remi Collet - 5.7.0-1 +- update to 5.7.0 + * Fri Mar 15 2024 Remi Collet - 5.6.2-1 - update to 5.6.2 -- cgit