summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-19 10:45:41 +0200
committerRemi Collet <remi@php.net>2023-06-19 10:45:41 +0200
commit45f5560c5dda150997952e74f10e3edc700593a1 (patch)
treeac31c8bd4cd75cff1b13af887a30cddd65cb9146
parent988b89b087ec924afda4513698baa36a9028f04c (diff)
update to 5.2.2
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION12
-rw-r--r--php-phalcon5.spec7
3 files changed, 17 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 3864798..5ca51f0 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.2.1
-Build Date => Mar 1 2023 00:00:00
+Version => 5.2.2
+Build Date => Jun 19 2023 00:00:00
Powered by Zephir => Version 0.17.0-$Id$
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index d8de97c..16c933c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 phalcon version 5.2.1 ] {
+Extension [ <persistent> extension #118 phalcon version 5.2.2 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -23500,7 +23500,7 @@ Extension [ <persistent> extension #117 phalcon version 5.2.1 ] {
Property [ protected $storageDir = '' ]
}
- - Methods [35] {
+ - Methods [36] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23599,6 +23599,14 @@ Extension [ <persistent> extension #117 phalcon version 5.2.1 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> private method getKeyWithoutPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> private method getIterator ] {
- Parameters [1] {
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index 7303afd..9b238fd 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.2.1
+%global upstream_ver 5.2.2
#global upstream_pre RC4
#global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]')
@@ -31,7 +31,7 @@ Version: %{upstream_ver}%{?upstream_pre:~%{upstream_low}}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Phalcon Framework
-License: BSD 3-Clause
+License: BSD-3-Clause
URL: https://pecl.php.net/package/phalcon
# when missing on pecl, generated from git
# git checkout v#.#.#
@@ -252,6 +252,9 @@ fi
%changelog
+* Mon Jun 19 2023 Remi Collet <remi@remirepo.net> - 5.2.2-1
+- update to 5.2.2
+
* Wed Mar 1 2023 Remi Collet <remi@remirepo.net> - 5.2.1-1
- update to 5.2.1