From 31217c71fd0d47d236c61f5fa937c58cb6c3c510 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Jan 2020 11:20:40 +0100 Subject: v4.0.3 --- PHPINFO | 6 +++--- REFLECTION | 6 +++--- php-phalcon4.spec | 5 ++++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index f47b0a7..718cded 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,9 +5,9 @@ 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 => 4.0.2 -Build Date => Jan 13 2020 00:00:00 -Powered by Zephir => Version 0.12.15-814db50 +Version => 4.0.3 +Build Date => Jan 26 2020 00:00:00 +Powered by Zephir => Version 0.12.16-12256a1 Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On diff --git a/REFLECTION b/REFLECTION index 0110c02..fbe6ad7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #106 phalcon version 4.0.2 ] { +Extension [ extension #106 phalcon version 4.0.3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -30644,7 +30644,7 @@ Extension [ extension #106 phalcon version 4.0.2 ] { Method [ public method onUncaughtException ] { - Parameters [1] { - Parameter #0 [ Exception $exception ] + Parameter #0 [ Throwable $exception ] } - Return [ bool ] } @@ -58758,7 +58758,7 @@ Extension [ extension #106 phalcon version 4.0.2 ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ Phalcon\Factory\ValidatorInterface ] + - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ protected method getAdapters ] { diff --git a/php-phalcon4.spec b/php-phalcon4.spec index 3d9bb8f..7481ea6 100644 --- a/php-phalcon4.spec +++ b/php-phalcon4.spec @@ -22,7 +22,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini, 40-psr.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_ver 4.0.2 +%global upstream_ver 4.0.3 #global upstream_pre rc.3 Name: %{?sub_prefix}php-phalcon4 @@ -255,6 +255,9 @@ fi %changelog +* Sun Jan 26 2020 Remi Collet - 4.0.3-1 +- update to 4.0.3 + * Mon Jan 13 2020 Remi Collet - 4.0.2-1 - update to 4.0.2 - sources from pecl -- cgit