summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-07 08:28:13 +0200
committerRemi Collet <remi@php.net>2022-10-07 08:28:13 +0200
commit15fd1008512e2c81412b69fbcca5602f712462f3 (patch)
tree60ba88661fad29530a810f231dbe75b07129b855
parentf4ae69177970635a70fd7f4820590a5ce239ef7e (diff)
update to 5.0.3
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION7
-rw-r--r--php-phalcon5.spec5
3 files changed, 10 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index acf6415..3c7f2c9 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.2
-Build Date => Sep 28 2022 00:00:00
+Version => 5.0.3
+Build Date => Oct 7 2022 00:00:00
Powered by Zephir => Version 0.16.3-$Id$
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index 1b4f8dc..09591a2 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #115 phalcon version 5.0.2 ] {
+Extension [ <persistent> extension #115 phalcon version 5.0.3 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -42837,8 +42837,9 @@ Extension [ <persistent> extension #115 phalcon version 5.0.2 ] {
- Methods [1] {
Method [ <internal:phalcon> public method __invoke ] {
- - Parameters [1] {
+ - Parameters [2] {
Parameter #0 [ <required> string $input ]
+ Parameter #1 [ <optional> int $flags = <default> ]
}
- Return [ string ]
}
@@ -68249,7 +68250,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\MetaData> private method throwWriteException ] {
+ Method [ <internal:phalcon> private method throwWriteException ] {
- Parameters [1] {
Parameter #0 [ <required> $option ]
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index 2f030ca..586e9a8 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.2
+%global upstream_ver 5.0.3
#global upstream_pre RC4
#global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]')
@@ -250,6 +250,9 @@ fi
%changelog
+* Fri Oct 7 2022 Remi Collet <remi@remirepo.net> - 5.0.3-1
+- update to 5.0.3
+
* Wed Sep 28 2022 Remi Collet <remi@remirepo.net> - 5.0.2-1
- update to 5.0.2