summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-25 08:33:13 +0200
committerRemi Collet <remi@php.net>2022-10-25 08:33:13 +0200
commit615e2977e9662978d74e8aef5c88c92e0b3441d6 (patch)
tree9401ad3cdab088803c089bcaf43bb0c51c86aece
parent3a5fe9a3723116e6240292962acf04ede3714911 (diff)
update to 5.0.5
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION10
-rw-r--r--php-phalcon5.spec5
3 files changed, 11 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 8c6d403..cf2d85d 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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.0.4
-Build Date => Oct 18 2022 00:00:00
+Version => 5.0.5
+Build Date => Oct 25 2022 00:00:00
Powered by Zephir => Version 0.16.3-$Id$
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index 8af04b5..46facca 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #116 phalcon version 5.0.4 ] {
+Extension [ <persistent> extension #116 phalcon version 5.0.5 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -38975,9 +38975,9 @@ Extension [ <persistent> extension #116 phalcon version 5.0.4 ] {
Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method fetchAll ] {
- Parameters [3] {
- Parameter #0 [ <optional> ?int $fetchStyle = <default> ]
- Parameter #1 [ <optional> int $fetchArgument = <default> ]
- Parameter #2 [ <optional> int $ctorArgs = <default> ]
+ Parameter #0 [ <optional> int $mode = <default> ]
+ Parameter #1 [ <optional> $fetchArgument = <default> ]
+ Parameter #2 [ <optional> $constructorArgs = <default> ]
}
- Return [ array ]
}
@@ -52446,7 +52446,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.4 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> ?array $attributes = [] ]
+ Parameter #1 [ <optional> array $attributes = [] ]
}
- Return [ string ]
}
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index 0b04eb2..d8389a0 100644
--- a/php-phalcon5.spec
+++ b/php-phalcon5.spec
@@ -22,7 +22,7 @@
%global pecl_name phalcon
# after 40-json.ini, 20-pdo.ini
%global ini_name 50-%{pecl_name}.ini
-%global upstream_ver 5.0.4
+%global upstream_ver 5.0.5
#global upstream_pre RC4
#global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]')
@@ -250,6 +250,9 @@ fi
%changelog
+* Tue Oct 25 2022 Remi Collet <remi@remirepo.net> - 5.0.5-1
+- update to 5.0.5
+
* Tue Oct 18 2022 Remi Collet <remi@remirepo.net> - 5.0.4-1
- update to 5.0.4