From 7a8010836a3d0a88305a77e8afd7e5913d9ade1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Apr 2025 08:17:08 +0200 Subject: update to 5.9.2 --- PHPINFO | 4 ++-- REFLECTION | 5 +++-- php-phalcon5.spec | 5 ++++- 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 [ extension #130 phalcon version 5.9.1 ] { +Extension [ extension #130 phalcon version 5.9.2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -83094,11 +83094,12 @@ Extension [ extension #130 phalcon version 5.9.1 ] { Method [ private method load ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ string $file ] Parameter #1 [ int $length ] Parameter #2 [ string $delimiter ] Parameter #3 [ string $enclosure ] + Parameter #4 [ 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 - 5.9.2-1 +- update to 5.9.2 + * Tue Apr 1 2025 Remi Collet - 5.9.1-1 - update to 5.9.1 -- cgit