From d1bf191ba62d1552fb2cbe43d9f9c1f0cce1f358 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Dec 2016 11:19:31 +0100 Subject: php-phalcon3: 3.0.3 --- REFLECTION | 98 +++++++++++++++++++++++++++---------------------------- php-phalcon3.spec | 8 +++-- 2 files changed, 55 insertions(+), 51 deletions(-) diff --git a/REFLECTION b/REFLECTION index 6fd3cc7..c708e90 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #157 phalcon version 3.0.2 ] { +Extension [ extension #160 phalcon version 3.0.3 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -2307,6 +2307,40 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } + Interface [ interface Phalcon\Mvc\Collection\BehaviorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method notify ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ Phalcon\Mvc\CollectionInterface $collection ] + } + } + + Method [ abstract public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] + Parameter #1 [ $method ] + Parameter #2 [ $arguments ] + } + } + } + } + Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { @@ -2588,40 +2622,6 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Interface [ interface Phalcon\Mvc\Collection\BehaviorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ abstract public method notify ] { - - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $collection ] - } - } - - Method [ abstract public method missingMethod ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] - } - } - } - } - Interface [ interface Phalcon\Mvc\Model\MetaData\StrategyInterface ] { - Constants [0] { @@ -11127,7 +11127,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Class [ abstract class Phalcon\Mvc\Collection\Behavior ] { + Class [ abstract class Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { - Constants [0] { } @@ -11164,7 +11164,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Method [ public method notify ] { + Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $type ] @@ -11172,7 +11172,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Method [ public method missingMethod ] { + Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] @@ -25351,7 +25351,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { Method [ public method create ] { - Parameters [2] { - Parameter #0 [ $name ] + Parameter #0 [ $name ] Parameter #1 [ $entity ] } } @@ -25876,14 +25876,6 @@ Extension [ extension #157 phalcon version 3.0.2 ] { Method [ public method getHTTPReferer ] { } - Method [ final protected method _getQualityHeader ] { - - - Parameters [2] { - Parameter #0 [ $serverIndex ] - Parameter #1 [ $name ] - } - } - Method [ final protected method _getBestQuality ] { - Parameters [2] { @@ -25918,6 +25910,14 @@ Extension [ extension #157 phalcon version 3.0.2 ] { Method [ public method getDigestAuth ] { } + + Method [ final protected method _getQualityHeader ] { + + - Parameters [2] { + Parameter #0 [ $serverIndex ] + Parameter #1 [ $name ] + } + } } } @@ -31062,7 +31062,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Method [ public method order ] { + Method [ public method order ] { - Parameters [1] { Parameter #0 [ $orderColumns ] @@ -34515,7 +34515,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ $limit ] + Parameter #0 [ $limit ] Parameter #1 [ $offset ] } } diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 0585307..2d788c6 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit 877266877c88a0e3fcccd1a232b9537e73a641ad +%global gh_commit 74ffe4e9794389d533e430161375736226d85e06 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -29,7 +29,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -55,6 +55,7 @@ BuildRequires: %{?scl_prefix}php-gd BuildRequires: %{?scl_prefix}php-libsodium BuildRequires: %{?scl_prefix}php-mbstring BuildRequires: %{?scl_prefix}php-msgpack +BuildRequires: %{?scl_prefix}php-imagick Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -245,6 +246,9 @@ rm -rf %{buildroot} %changelog +* Sun Dec 25 2016 Remi Collet - 3.0.3-1 +- update to 3.0.3 + * Sun Nov 27 2016 Remi Collet - 3.0.2-1 - update to 3.0.2 -- cgit