summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION5
-rw-r--r--php-phalcon5.spec5
3 files changed, 9 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index cc9f1fc..a51b350 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.9.1
-Build Date => Apr 1 2025 00:00:00
+Version => 5.9.2
+Build Date => Apr 6 2025 00:00:00
Powered by Zephir => Version 0.18.0-$Id$
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index 1ba6459..ffbc140 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #130 phalcon version 5.9.1 ] {
+Extension [ <persistent> extension #130 phalcon version 5.9.2 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -83094,11 +83094,12 @@ Extension [ <persistent> extension #130 phalcon version 5.9.1 ] {
Method [ <internal:phalcon> private method load ] {
- - Parameters [4] {
+ - Parameters [5] {
Parameter #0 [ <required> string $file ]
Parameter #1 [ <required> int $length ]
Parameter #2 [ <required> string $delimiter ]
Parameter #3 [ <required> string $enclosure ]
+ Parameter #4 [ <required> string $escape ]
}
- Return [ void ]
}
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index 8564c48..b798762 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.9.1
+%global upstream_version 5.9.2
#global upstream_prever RC4
#global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -215,6 +215,9 @@ done
%changelog
+* Sun Apr 6 2025 Remi Collet <remi@remirepo.net> - 5.9.2-1
+- update to 5.9.2
+
* Tue Apr 1 2025 Remi Collet <remi@remirepo.net> - 5.9.1-1
- update to 5.9.1