summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-01-11 09:46:38 +0100
committerRemi Collet <remi@php.net>2023-01-11 09:46:38 +0100
commitce817763043c48f0a376a53e79bcd319ddccee46 (patch)
treea4affdcf5e4a1b1cdb0246ec3fd481eb1fe998e7
parent0ca07d374264c445cecc7b76d60a192e0884ff4a (diff)
update to 5.1.4
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION8
-rw-r--r--php-phalcon5.spec7
3 files changed, 12 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index 33eaa94..bbff085 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.1.3
-Build Date => Dec 26 2022 00:00:00
+Version => 5.1.4
+Build Date => Jan 11 2023 00:00:00
Powered by Zephir => Version 0.16.3-$Id$
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index 3713c4a..166fa5f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #115 phalcon version 5.1.3 ] {
+Extension [ <persistent> extension #115 phalcon version 5.1.4 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -2468,9 +2468,10 @@ Extension [ <persistent> extension #115 phalcon version 5.1.3 ] {
Method [ <internal:phalcon> abstract public method dropTable ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
+ Parameter #2 [ <optional> bool $ifExists = <default> ]
}
- Return [ string ]
}
@@ -16433,9 +16434,10 @@ Extension [ <persistent> extension #115 phalcon version 5.1.3 ] {
Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropTable ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
+ Parameter #2 [ <optional> bool $ifExists = <default> ]
}
- Return [ string ]
}
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index 8edb6e0..1215bdc 100644
--- a/php-phalcon5.spec
+++ b/php-phalcon5.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-phalcon5
#
-# Copyright (c) 2014-2022 Remi Collet
+# Copyright (c) 2014-2023 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -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.1.3
+%global upstream_ver 5.1.4
#global upstream_pre RC4
#global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]')
@@ -250,6 +250,9 @@ fi
%changelog
+* Wed Jan 11 2023 Remi Collet <remi@remirepo.net> - 5.1.4-1
+- update to 5.1.4
+
* Mon Dec 26 2022 Remi Collet <remi@remirepo.net> - 5.1.3-1
- update to 5.1.3