From 37f572c8dbb0ed92911f8142fb25637a3eb51200 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2015 18:43:52 +0100 Subject: php-phalcon2: 2.0.9 --- REFLECTION | 6 +++--- php-phalcon2.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 9cb4158..26ea09d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #194 phalcon version 2.0.8 ] { +Extension [ extension #192 phalcon version 2.0.9 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -20615,7 +20615,7 @@ Extension [ extension #194 phalcon version 2.0.8 ] { Method [ public method setSqlVariables ] { - Parameters [1] { - Parameter #0 [ $sqlVariables ] + Parameter #0 [ array $sqlVariables ] } } @@ -20625,7 +20625,7 @@ Extension [ extension #194 phalcon version 2.0.8 ] { Method [ public method setSqlBindTypes ] { - Parameters [1] { - Parameter #0 [ $sqlBindTypes ] + Parameter #0 [ 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 - 2.0.9-1 +- update to 2.0.9 + * Sat Sep 26 2015 Remi Collet - 2.0.8-1 - update to 2.0.8 - allow build against rh-php56 (as more-php56) -- cgit