From 72e6f1b4ede0264c43e878bcea9150e5f592ea45 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2015 18:59:35 +0200 Subject: php-phalcon2: 2.0.2 --- REFLECTION | 337 +++++++++++++++++++++++++++++++++++++++--------------- php-phalcon2.spec | 9 +- 2 files changed, 252 insertions(+), 94 deletions(-) diff --git a/REFLECTION b/REFLECTION index d4a65e9..422d073 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #193 phalcon version 2.0.1 ] { +Extension [ extension #194 phalcon version 2.0.2 ] { - Classes [340] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { @@ -526,10 +526,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ abstract public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -1247,10 +1248,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ abstract public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -3332,7 +3334,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { - Properties [0] { } - - Methods [38] { + - Methods [39] { Method [ abstract public method get ] { - Parameters [3] { @@ -3381,6 +3383,13 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } + Method [ abstract public method hasPut ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Method [ abstract public method hasQuery ] { - Parameters [1] { @@ -6142,7 +6151,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ abstract public method setCustomEventsManager ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Collection\CollectionInterface $model ] + Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } } @@ -6150,14 +6159,14 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ abstract public method getCustomEventsManager ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Collection\CollectionInterface $model ] + Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ abstract public method initialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Collection\CollectionInterface $model ] + Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } @@ -6174,7 +6183,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ abstract public method setConnectionService ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Collection\CollectionInterface $model ] + Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $connectionService ] } } @@ -6182,7 +6191,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ abstract public method useImplicitObjectIds ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Collection\CollectionInterface $model ] + Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $useImplicitObjectIds ] } } @@ -6190,14 +6199,14 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ abstract public method isUsingImplicitObjectIds ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Collection\CollectionInterface $model ] + Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ abstract public method getConnection ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Collection\CollectionInterface $model ] + Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } @@ -6205,7 +6214,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { - Parameters [2] { Parameter #0 [ $eventName ] - Parameter #1 [ Phalcon\Mvc\Collection\CollectionInterface $model ] + Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] } } } @@ -7034,10 +7043,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -7933,10 +7943,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -8398,10 +8409,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ abstract public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -8803,7 +8815,10 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Class [ abstract class Phalcon\Session\Adapter ] { - - Constants [0] { + - Constants [3] { + Constant [ integer SESSION_ACTIVE ] { 2 } + Constant [ integer SESSION_NONE ] { 1 } + Constant [ integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -8818,7 +8833,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_options ] } - - Methods [16] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -8886,6 +8901,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method destroy ] { } + Method [ public method status ] { + } + Method [ public method __get ] { - Parameters [1] { @@ -9398,7 +9416,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_previousActionName ] } - - Methods [27] { + - Methods [28] { Method [ public method __construct ] { } @@ -9534,6 +9552,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method getHandlerClass ] { } + + Method [ protected method _resolveEmptyProperties ] { + } } } @@ -9863,8 +9884,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $_type ] + - Properties [10] { Property [ protected $_result ] Property [ protected $_cache ] Property [ protected $_isFresh ] @@ -9877,7 +9897,15 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_hydrateMode ] } - - Methods [26] { + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ Phalcon\Cache\BackendInterface or NULL $cache ] + } + } + Method [ public method next ] { } @@ -14353,7 +14381,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_options ] } - - Methods [37] { + - Methods [38] { Method [ public method __construct ] { } @@ -14544,6 +14572,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method getHandlerClass ] { } + + Method [ protected method _resolveEmptyProperties ] { + } } } @@ -15544,11 +15575,24 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Class [ abstract class Phalcon\Db ] { - - Constants [4] { - Constant [ integer FETCH_ASSOC ] { 1 } - Constant [ integer FETCH_BOTH ] { 2 } + - Constants [17] { + Constant [ integer FETCH_LAZY ] { 1 } + Constant [ integer FETCH_ASSOC ] { 2 } + Constant [ integer FETCH_NAMED ] { 11 } Constant [ integer FETCH_NUM ] { 3 } - Constant [ integer FETCH_OBJ ] { 4 } + Constant [ integer FETCH_BOTH ] { 4 } + Constant [ integer FETCH_OBJ ] { 5 } + Constant [ integer FETCH_BOUND ] { 6 } + Constant [ integer FETCH_COLUMN ] { 7 } + Constant [ integer FETCH_CLASS ] { 8 } + Constant [ integer FETCH_INTO ] { 9 } + Constant [ integer FETCH_FUNC ] { 10 } + Constant [ integer FETCH_GROUP ] { 65536 } + Constant [ integer FETCH_UNIQUE ] { 196608 } + Constant [ integer FETCH_KEY_PAIR ] { 12 } + Constant [ integer FETCH_CLASSTYPE ] { 262144 } + Constant [ integer FETCH_SERIALIZE ] { 524288 } + Constant [ integer FETCH_PROPS_LATE ] { 1048576 } } - Static properties [0] { @@ -15923,10 +15967,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -16459,10 +16504,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -16668,6 +16714,25 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] + Parameter #2 [ array $definition ] + } + } + + Method [ public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + } + Method [ public method useExplicitIdValue ] { } @@ -16939,15 +17004,6 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } - Method [ public method createTable ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] - } - } - Method [ public method dropTable ] { - Parameters [3] { @@ -16984,15 +17040,6 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } - Method [ public method modifyColumn ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - } - } - Method [ public method dropColumn ] { - Parameters [3] { @@ -17523,10 +17570,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -17822,10 +17870,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -18297,10 +18346,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -18730,7 +18780,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_escapeChar ] } - - Methods [56] { + - Methods [57] { Method [ public method getColumnDefinition ] { - Parameters [1] { @@ -18749,10 +18799,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -18916,6 +18967,13 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } + Method [ protected method _getTableOptions ] { + + - Parameters [1] { + Parameter #0 [ array $definition ] + } + } + Method [ final public method escape ] { - Parameters [2] { @@ -19209,10 +19267,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } @@ -20694,14 +20753,14 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } - Method [ public method detectEncoding ] { + Method [ final public method detectEncoding ] { - Parameters [1] { Parameter #0 [ $str ] } } - Method [ public method normalizeEncoding ] { + Method [ final public method normalizeEncoding ] { - Parameters [1] { Parameter #0 [ $str ] @@ -24541,13 +24600,14 @@ Extension [ extension #193 phalcon version 2.0.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ protected $_dependencyInjector ] Property [ protected $_rawBody ] Property [ protected $_filter ] + Property [ protected $_putCache ] } - - Methods [51] { + - Methods [52] { Method [ public method setDI ] { - Parameters [1] { @@ -24602,7 +24662,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } - Method [ protected method getHelper ] { + Method [ final protected method getHelper ] { - Parameters [6] { Parameter #0 [ array $source ] @@ -24635,6 +24695,13 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } + Method [ public method hasPut ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Method [ public method hasQuery ] { - Parameters [1] { @@ -24738,7 +24805,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } - Method [ protected method hasFileHelper ] { + Method [ final protected method hasFileHelper ] { - Parameters [2] { Parameter #0 [ $data ] @@ -24753,7 +24820,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } - Method [ protected method smoothFiles ] { + Method [ final protected method smoothFiles ] { - Parameters [6] { Parameter #0 [ array $names ] @@ -24771,7 +24838,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method getHTTPReferer ] { } - Method [ protected method _getQualityHeader ] { + Method [ final protected method _getQualityHeader ] { - Parameters [2] { Parameter #0 [ $serverIndex ] @@ -24779,7 +24846,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } - Method [ protected method _getBestQuality ] { + Method [ final protected method _getBestQuality ] { - Parameters [2] { Parameter #0 [ array $qualityParts ] @@ -25265,7 +25332,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_headers ] } - - Methods [7] { + - Methods [8] { Method [ public method set ] { - Parameters [2] { @@ -25303,6 +25370,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method toArray ] { } + + Method [ public method __construct ] { + } } } @@ -27158,7 +27228,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_formatter ] } - - Methods [12] { + - Methods [13] { Method [ public method getLoggers ] { } @@ -27181,58 +27251,74 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method log ] { + - Parameters [3] { + Parameter #0 [ $type ] + Parameter #1 [ $message ] + Parameter #2 [ array or NULL $context ] + } + } + + Method [ public method critical ] { + - Parameters [2] { Parameter #0 [ $message ] - Parameter #1 [ $type ] + Parameter #1 [ array or NULL $context ] } } Method [ public method emergency ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } Method [ public method debug ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } Method [ public method error ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } Method [ public method info ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } Method [ public method notice ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } Method [ public method warning ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } Method [ public method alert ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } } @@ -27981,7 +28067,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_defaultAction ] } - - Methods [38] { + - Methods [39] { Method [ public method setControllerSuffix ] { - Parameters [1] { @@ -28171,6 +28257,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method getHandlerClass ] { } + + Method [ protected method _resolveEmptyProperties ] { + } } } @@ -29196,7 +29285,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } - Method [ protected method addBehavior ] { + Method [ public method addBehavior ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] @@ -29712,7 +29801,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_namespaceAliases ] } - - Methods [58] { + - Methods [60] { Method [ public method setDI ] { - Parameters [1] { @@ -29841,6 +29930,14 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } + Method [ protected method _getConnection ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $connectionServices ] + } + } + Method [ public method getReadConnectionService ] { - Parameters [1] { @@ -29855,6 +29952,14 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } + Method [ public method _getConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $connectionServices ] + } + } + Method [ public method notifyEvent ] { - Parameters [2] { @@ -31725,6 +31830,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } Method [ final protected method _prepareSelect ] { + + - Parameters [2] { + Parameter #0 [ $ast ] + Parameter #1 [ $merge ] + } } Method [ final protected method _prepareInsert ] { @@ -32272,7 +32382,6 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } - Properties [12] { - Property [ protected $_type ] Property [ protected $_result ] Property [ protected $_cache ] Property [ protected $_isFresh ] @@ -32284,10 +32393,11 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_errorMessages ] Property [ protected $_hydrateMode ] Property [ protected $_columnTypes ] + Property [ protected $_disableHydration ] } - Methods [27] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $columnTypes ] @@ -32438,8 +32548,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { - Static methods [0] { } - - Properties [14] { - Property [ protected $_type ] + - Properties [13] { Property [ protected $_result ] Property [ protected $_cache ] Property [ protected $_isFresh ] @@ -32456,7 +32565,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } - Methods [27] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $columnMap ] @@ -35817,7 +35926,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_parameters ] } - - Methods [12] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -35857,6 +35966,16 @@ Extension [ extension #193 phalcon version 2.0.1 ] { } } + Method [ public method stats ] { + } + + Method [ public method statsTube ] { + + - Parameters [1] { + Parameter #0 [ $tube ] + } + } + Method [ public method peekReady ] { } @@ -35866,6 +35985,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ final public method readStatus ] { } + Method [ final public method readYaml ] { + } + Method [ public method read ] { - Parameters [1] { @@ -35902,7 +36024,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_queue ] } - - Methods [9] { + - Methods [10] { Method [ public method getId ] { } @@ -35942,6 +36064,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method kick ] { } + Method [ public method stats ] { + } + Method [ public method __wakeup ] { } } @@ -36261,7 +36386,10 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Class [ class Phalcon\Session\Adapter\Files extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ integer SESSION_ACTIVE ] { 2 } + Constant [ integer SESSION_NONE ] { 1 } + Constant [ integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -36276,7 +36404,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_options ] } - - Methods [16] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -36344,6 +36472,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method destroy ] { } + Method [ public method status ] { + } + Method [ public method __get ] { - Parameters [1] { @@ -36377,7 +36508,10 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ integer SESSION_ACTIVE ] { 2 } + Constant [ integer SESSION_NONE ] { 1 } + Constant [ integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -36394,7 +36528,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_lifetime ] } - - Methods [23] { + - Methods [24] { Method [ public method getLibmemcached ] { } @@ -36496,6 +36630,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method isStarted ] { } + Method [ public method status ] { + } + Method [ public method __get ] { - Parameters [1] { @@ -36529,7 +36666,10 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Class [ class Phalcon\Session\Adapter\Memcache extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ integer SESSION_ACTIVE ] { 2 } + Constant [ integer SESSION_NONE ] { 1 } + Constant [ integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -36546,7 +36686,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Property [ protected $_lifetime ] } - - Methods [23] { + - Methods [24] { Method [ public method getMemcache ] { } @@ -36648,6 +36788,9 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method isStarted ] { } + Method [ public method status ] { + } + Method [ public method __get ] { - Parameters [1] { @@ -37407,7 +37550,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { - Static properties [0] { } - - Static methods [8] { + - Static methods [10] { Method [ static public method camelize ] { - Parameters [1] { @@ -37458,17 +37601,29 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ static public method lower ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $str ] + Parameter #1 [ $encoding ] } } Method [ static public method upper ] { + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $encoding ] + } + } + + Method [ static public method reduceSlashes ] { + - Parameters [1] { Parameter #0 [ $str ] } } + + Method [ static public method concat ] { + } } - Properties [0] { @@ -37936,7 +38091,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $validators ] + Parameter #0 [ array or NULL $validators ] } } @@ -37996,7 +38151,7 @@ Extension [ extension #193 phalcon version 2.0.1 ] { Method [ public method setDefaultMessages ] { - Parameters [1] { - Parameter #0 [ $messages ] + Parameter #0 [ array or NULL $messages ] } } diff --git a/php-phalcon2.spec b/php-phalcon2.spec index 1e7bc34..f7d4c28 100644 --- a/php-phalcon2.spec +++ b/php-phalcon2.spec @@ -9,7 +9,7 @@ %{?scl: %scl_package php-phalcon} %{!?scl: %global pkg_name %{name}} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit df311308270b534f299ddd80b8af24bcb5f2e2a1 +%global gh_commit c705e115264fbe42d44bb3f1fbf7aebd3e2498bb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -25,7 +25,7 @@ %endif Name: %{?scl_prefix}php-phalcon2 -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Phalcon Framework @@ -94,7 +94,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %setup -q -n %{gh_project}-%{gh_commit} -cp %{SOURCE2} %{SOURCE3} %{SOURCE3} %{SOURCE4} \ +cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \ ext/phalcon/assets/filters/ # Sanity check, really often broken @@ -215,6 +215,9 @@ rm -rf %{buildroot} %changelog +* Tue May 26 2015 Remi Collet - 2.0.2-1 +- update to 2.0.2 + * Thu May 14 2015 Remi Collet - 2.0.1-1 - update to 2.0.1 -- cgit