summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-05-19 08:48:23 +0200
committerRemi Collet <remi@php.net>2024-05-19 08:48:23 +0200
commite3b4b8b2f33555563d138ed7c444b3966c61624c (patch)
treee8a405af9bac3b5e75c6bb547dc7723d12408461
parent5d9d04a528e098b5f521ec8be97803c80415845f (diff)
update to 5.7.0HEADmaster
-rw-r--r--PHPINFO5
-rw-r--r--REFLECTION231
-rw-r--r--php-phalcon5.spec6
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 [ <persistent> extension #92 phalcon version 5.6.2 ] {
+Extension [ <persistent> extension #100 phalcon version 5.7.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'
}
@@ -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] {
@@ -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 ] {
@@ -66294,7 +66296,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 ] {
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 <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