diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-25 18:43:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-25 18:43:52 +0100 |
commit | 37f572c8dbb0ed92911f8142fb25637a3eb51200 (patch) | |
tree | bfa7eb8655c64e0b83fb4751c0679fc358a40449 | |
parent | f8109374035e7ef85992abb89b83a5e7e1184595 (diff) |
php-phalcon2: 2.0.9
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-phalcon2.spec | 7 |
2 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #194 phalcon version 2.0.8 ] { +Extension [ <persistent> extension #192 phalcon version 2.0.9 ] { - INI { Entry [ phalcon.db.escape_identifiers <ALL> ] @@ -20615,7 +20615,7 @@ Extension [ <persistent> extension #194 phalcon version 2.0.8 ] { Method [ <internal:phalcon> public method setSqlVariables ] { - Parameters [1] { - Parameter #0 [ <required> $sqlVariables ] + Parameter #0 [ <required> array $sqlVariables ] } } @@ -20625,7 +20625,7 @@ Extension [ <persistent> extension #194 phalcon version 2.0.8 ] { Method [ <internal:phalcon> public method setSqlBindTypes ] { - Parameters [1] { - Parameter #0 [ <required> $sqlBindTypes ] + Parameter #0 [ <required> array $sqlBindTypes ] } } diff --git a/php-phalcon2.spec b/php-phalcon2.spec index 8ba4164..39b2e73 100644 --- a/php-phalcon2.spec +++ b/php-phalcon2.spec @@ -18,7 +18,7 @@ %{!?scl: %global pkg_name %{name}} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit c8d4916bbfd0cb18395fe25d8c5a663fc5077d8f +%global gh_commit 7cd81ef3c04f660f2d901aa285c051ec8f44c0a1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -34,7 +34,7 @@ %endif Name: %{?sub_prefix}php-phalcon2 -Version: 2.0.8 +Version: 2.0.9 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -239,6 +239,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> - 2.0.9-1 +- update to 2.0.9 + * Sat Sep 26 2015 Remi Collet <remi@fedoraproject.org> - 2.0.8-1 - update to 2.0.8 - allow build against rh-php56 (as more-php56) |