summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION6
-rw-r--r--php-phalcon4.spec5
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 [ <persistent> extension #106 phalcon version 4.0.2 ] {
+Extension [ <persistent> extension #106 phalcon version 4.0.3 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -30644,7 +30644,7 @@ Extension [ <persistent> extension #106 phalcon version 4.0.2 ] {
Method [ <internal:phalcon> public method onUncaughtException ] {
- Parameters [1] {
- Parameter #0 [ <required> Exception $exception ]
+ Parameter #0 [ <required> Throwable $exception ]
}
- Return [ bool ]
}
@@ -58758,7 +58758,7 @@ Extension [ <persistent> extension #106 phalcon version 4.0.2 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
- - Return [ Phalcon\Factory\ValidatorInterface ]
+ - Return [ Phalcon\Validation\ValidatorInterface ]
}
Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> 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 <remi@remirepo.net> - 4.0.3-1
+- update to 4.0.3
+
* Mon Jan 13 2020 Remi Collet <remi@remirepo.net> - 4.0.2-1
- update to 4.0.2
- sources from pecl