From 74938dbc0c40c57c750b2f90aea6d48b5caf414a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jul 2015 10:06:47 +0200 Subject: php-phalcon2: 2.0.4 --- Makefile | 5 - REFLECTION | 793 +++++++++++++++++++++++++++++++++++++++--------------- php-phalcon2.spec | 21 +- 3 files changed, 598 insertions(+), 221 deletions(-) diff --git a/Makefile b/Makefile index 6b0981e..91b0fd5 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,3 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../common/Makefile -refl: - php --re "XCache" > REFLECTION - php --re "XCache Cacher" >> REFLECTION - php --re "XCache Coverager" >> REFLECTION - php --re "XCache Optimizer" >> REFLECTION diff --git a/REFLECTION b/REFLECTION index d80a41a..ad71896 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,42 @@ -Extension [ extension #195 phalcon version 2.0.3 ] { +Extension [ extension #195 phalcon version 2.0.4 ] { - - Classes [344] { + - INI { + Entry [ phalcon.db.escape_identifiers ] + Current = '1' + } + Entry [ phalcon.db.force_casting ] + Current = '0' + } + Entry [ phalcon.orm.events ] + Current = '1' + } + Entry [ phalcon.orm.virtual_foreign_keys ] + Current = '1' + } + Entry [ phalcon.orm.column_renaming ] + Current = '1' + } + Entry [ phalcon.orm.not_null_validations ] + Current = '1' + } + Entry [ phalcon.orm.exception_on_failed_save ] + Current = '0' + } + Entry [ phalcon.orm.enable_literals ] + Current = '1' + } + Entry [ phalcon.orm.late_state_binding ] + Current = '0' + } + Entry [ phalcon.orm.cast_on_hydrate ] + Current = '0' + } + Entry [ phalcon.orm.ignore_unknown_columns ] + Current = '0' + } + } + + - Classes [347] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -311,7 +347,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ abstract public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } } @@ -1678,6 +1714,38 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } + Interface [ interface Phalcon\Mvc\EntityInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method readAttribute ] { + + - Parameters [1] { + Parameter #0 [ $attribute ] + } + } + + Method [ abstract public method writeAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] + } + } + } + } + Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [0] { @@ -1900,7 +1968,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ abstract public method setViewsDir ] { - Parameters [1] { @@ -1949,6 +2017,14 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ abstract public method getContent ] { } + + Method [ abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ $partialPath ] + Parameter #1 [ $params ] + } + } } } @@ -2736,22 +2812,15 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Properties [0] { } - - Methods [4] { - Method [ abstract public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] - } - } - + - Methods [3] { Method [ abstract public method getContent ] { } Method [ abstract public method partial ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $partialPath ] + Parameter #1 [ $params ] } } @@ -3506,8 +3575,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ abstract public method isMethod ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $methods ] + Parameter #1 [ $strict ] } } @@ -3900,7 +3970,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Properties [0] { } - - Methods [15] { + - Methods [13] { Method [ abstract public method setId ] { - Parameters [1] { @@ -3927,21 +3997,6 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ abstract public method getConnection ] { } - Method [ abstract public method readAttribute ] { - - - Parameters [1] { - Parameter #0 [ $attribute ] - } - } - - Method [ abstract public method writeAttribute ] { - - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] - } - } - Method [ abstract public method fireEvent ] { - Parameters [1] { @@ -3977,6 +4032,24 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } + Interface [ interface Phalcon\Mvc\ControllerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\DispatcherInterface ] { - Constants [0] { @@ -4332,7 +4405,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Properties [0] { } - - Methods [30] { + - Methods [28] { Method [ abstract public method setTransaction ] { - Parameters [1] { @@ -4465,21 +4538,6 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ abstract public method readAttribute ] { - - - Parameters [1] { - Parameter #0 [ $attribute ] - } - } - - Method [ abstract public method writeAttribute ] { - - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] - } - } - Method [ abstract public method getRelated ] { - Parameters [2] { @@ -5922,13 +5980,6 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ abstract public method partial ] { - - - Parameters [1] { - Parameter #0 [ $partialPath ] - } - } - Method [ abstract public method finish ] { } @@ -5995,6 +6046,14 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ abstract public method getContent ] { } + + Method [ abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ $partialPath ] + Parameter #1 [ $params ] + } + } } } @@ -6284,24 +6343,6 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Interface [ interface Phalcon\Mvc\ControllerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - Interface [ interface Phalcon\Mvc\Micro\MiddlewareInterface ] { - Constants [0] { @@ -6768,17 +6809,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -6899,7 +6941,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_transactionsWithSavepoints ] } - - Methods [55] { + - Methods [56] { Method [ public method getDialectType ] { } @@ -7259,6 +7301,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getDefaultIdValue ] { } + Method [ public method getDefaultValue ] { + } + Method [ public method supportSequences ] { } @@ -7706,7 +7751,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_affectedRows ] } - - Methods [73] { + - Methods [74] { Method [ public method __construct ] { - Parameters [1] { @@ -8175,6 +8220,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getDefaultIdValue ] { } + Method [ public method getDefaultValue ] { + } + Method [ public method supportSequences ] { } @@ -8933,7 +8981,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_options ] } - - Methods [17] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -8954,6 +9002,16 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getOptions ] { } + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getName ] { + } + Method [ public method get ] { - Parameters [3] { @@ -9669,13 +9727,14 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ protected $_cssClasses ] Property [ protected $_implicitFlush ] Property [ protected $_automaticHtml ] + Property [ protected $_messages ] } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [1] { @@ -9739,6 +9798,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Parameter #1 [ $message ] } } + + Method [ public method clear ] { + } } } @@ -10672,11 +10734,13 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Class [ class Phalcon\Mvc\Router implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface ] { + Class [ class Phalcon\Mvc\Router implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ integer URI_SOURCE_GET_URL ] { 0 } Constant [ integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } + Constant [ integer POSITION_FIRST ] { 0 } + Constant [ integer POSITION_LAST ] { 1 } } - Static properties [0] { @@ -10685,8 +10749,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Static methods [0] { } - - Properties [18] { + - Properties [19] { Property [ protected $_dependencyInjector ] + Property [ protected $_eventsManager ] Property [ protected $_uriSource ] Property [ protected $_namespace ] Property [ protected $_module ] @@ -10706,7 +10771,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_notFoundPaths ] } - - Methods [36] { + - Methods [38] { Method [ public method __construct ] { - Parameters [1] { @@ -10724,6 +10789,16 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getDI ] { } + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ public method getEventsManager ] { + } + Method [ public method getRewriteUri ] { } @@ -10788,66 +10863,74 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method add ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] + Parameter #3 [ $position ] } } Method [ public method addGet ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addPost ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addPut ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addPatch ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addDelete ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addOptions ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addHead ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } @@ -11861,7 +11944,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_sourcePath ] } - - Methods [36] { + - Methods [35] { Method [ public method getPrefix ] { } @@ -12044,9 +12127,6 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] } } - - Method [ public method __construct ] { - } } } @@ -12319,7 +12399,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_implicitOutput ] } - - Methods [23] { + - Methods [24] { Method [ public method __construct ] { - Parameters [1] { @@ -12484,6 +12564,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Parameter #0 [ $collectionName ] } } + + Method [ public method getCollections ] { + } } } @@ -15798,7 +15881,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_dialectType ] } - - Methods [74] { + - Methods [75] { Method [ public method escapeIdentifier ] { - Parameters [1] { @@ -16275,6 +16358,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getDefaultIdValue ] { } + Method [ public method getDefaultValue ] { + } + Method [ public method supportSequences ] { } @@ -16326,7 +16412,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_dialectType ] } - - Methods [74] { + - Methods [75] { Method [ public method connect ] { - Parameters [1] { @@ -16809,6 +16895,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getNestedTransactionSavepointName ] { } + Method [ public method getDefaultValue ] { + } + Method [ public method getDescriptor ] { } @@ -16854,7 +16943,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_dialectType ] } - - Methods [74] { + - Methods [75] { Method [ public method connect ] { - Parameters [1] { @@ -17337,6 +17426,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getNestedTransactionSavepointName ] { } + Method [ public method getDefaultValue ] { + } + Method [ public method getDescriptor ] { } @@ -17382,7 +17474,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_dialectType ] } - - Methods [74] { + - Methods [75] { Method [ public method connect ] { - Parameters [1] { @@ -17417,6 +17509,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method useExplicitIdValue ] { } + Method [ public method getDefaultValue ] { + } + Method [ public method __construct ] { - Parameters [1] { @@ -17884,7 +17979,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - - Constants [15] { + - Constants [24] { Constant [ integer TYPE_INTEGER ] { 0 } Constant [ integer TYPE_DATE ] { 1 } Constant [ integer TYPE_VARCHAR ] { 2 } @@ -17894,9 +17989,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Constant [ integer TYPE_TEXT ] { 6 } Constant [ integer TYPE_FLOAT ] { 7 } Constant [ integer TYPE_BOOLEAN ] { 8 } + Constant [ integer TYPE_DOUBLE ] { 9 } + Constant [ integer TYPE_TINYBLOB ] { 10 } + Constant [ integer TYPE_BLOB ] { 11 } + Constant [ integer TYPE_MEDIUMBLOB ] { 12 } + Constant [ integer TYPE_LONGBLOB ] { 13 } + Constant [ integer TYPE_BIGINTEGER ] { 14 } + Constant [ integer TYPE_JSON ] { 15 } + Constant [ integer TYPE_JSONB ] { 16 } Constant [ integer BIND_PARAM_NULL ] { 0 } Constant [ integer BIND_PARAM_INT ] { 1 } Constant [ integer BIND_PARAM_STR ] { 2 } + Constant [ integer BIND_PARAM_BLOB ] { 3 } Constant [ integer BIND_PARAM_BOOL ] { 5 } Constant [ integer BIND_PARAM_DECIMAL ] { 32 } Constant [ integer BIND_SKIP ] { 1024 } @@ -20289,12 +20393,24 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } Method [ public method fetch ] { + + - Parameters [3] { + Parameter #0 [ $fetchStyle ] + Parameter #1 [ $cursorOrientation ] + Parameter #2 [ $cursorOffset ] + } } Method [ public method fetchArray ] { } Method [ public method fetchAll ] { + + - Parameters [3] { + Parameter #0 [ $fetchStyle ] + Parameter #1 [ $fetchArgument ] + Parameter #2 [ $ctorArgs ] + } } Method [ public method numRows ] { @@ -20309,8 +20425,10 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method setFetchMode ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ $fetchMode ] + Parameter #1 [ $colNoOrClassNameOrObject ] + Parameter #2 [ $ctorargs ] } } @@ -20476,7 +20594,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_styles ] } - - Methods [10] { + - Methods [11] { Method [ public method getDetailed ] { } @@ -20539,6 +20657,13 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method variables ] { } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ $variable ] + } + } } } @@ -21442,13 +21567,14 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ protected $_cssClasses ] Property [ protected $_implicitFlush ] Property [ protected $_automaticHtml ] + Property [ protected $_messages ] } - - Methods [10] { + - Methods [12] { Method [ public method message ] { - Parameters [2] { @@ -21457,6 +21583,13 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } + Method [ public method output ] { + + - Parameters [1] { + Parameter #0 [ $remove ] + } + } + Method [ public method __construct ] { - Parameters [1] { @@ -21520,6 +21653,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Parameter #1 [ $message ] } } + + Method [ public method clear ] { + } } } @@ -21588,10 +21724,11 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $_cssClasses ] Property [ protected $_implicitFlush ] Property [ protected $_automaticHtml ] + Property [ protected $_messages ] Property [ protected $_dependencyInjector ] } @@ -21650,7 +21787,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ public method clear ] { + Method [ public method clear ] { } Method [ public method __construct ] { @@ -24843,7 +24980,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_putCache ] } - - Methods [52] { + - Methods [53] { Method [ public method setDI ] { - Parameters [1] { @@ -25006,10 +25143,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getUserAgent ] { } - Method [ public method isMethod ] { + Method [ public method isValidHttpMethod ] { - Parameters [1] { + Parameter #0 [ $method ] + } + } + + Method [ public method isMethod ] { + + - Parameters [2] { Parameter #0 [ $methods ] + Parameter #1 [ $strict ] } } @@ -25373,9 +25518,10 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method setJsonContent ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $jsonOptions ] + Parameter #2 [ $depth ] } } @@ -25568,7 +25714,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_headers ] } - - Methods [8] { + - Methods [7] { Method [ public method set ] { - Parameters [2] { @@ -25606,9 +25752,6 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method toArray ] { } - - Method [ public method __construct ] { - } } } @@ -27712,7 +27855,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Class [ abstract class Phalcon\Mvc\Collection implements Phalcon\Mvc\CollectionInterface, Phalcon\Di\InjectionAwareInterface, Serializable ] { + Class [ abstract class Phalcon\Mvc\Collection implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\CollectionInterface, Phalcon\Di\InjectionAwareInterface, Serializable ] { - Constants [4] { Constant [ integer OP_NONE ] { 0 } @@ -27885,14 +28028,14 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getConnection ] { } - Method [ public method readAttribute ] { + Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } - Method [ public method writeAttribute ] { + Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] @@ -27972,30 +28115,30 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method delete ] { } - Method [ public method toArray ] { - } + Method [ protected method addBehavior ] { - Method [ public method serialize ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Collection\BehaviorInterface $behavior ] + } } - Method [ public method unserialize ] { + Method [ public method skipOperation ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $skip ] } } - Method [ protected method addBehavior ] { + Method [ public method toArray ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Collection\BehaviorInterface $behavior ] - } + Method [ public method serialize ] { } - Method [ public method skipOperation ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $skip ] + Parameter #0 [ $data ] } } } @@ -28113,7 +28256,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Class [ class Phalcon\Mvc\Collection\Document implements ArrayAccess ] { + Class [ class Phalcon\Mvc\Collection\Document implements Phalcon\Mvc\EntityInterface, ArrayAccess ] { - Constants [0] { } @@ -28127,7 +28270,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ public method offsetExists ] { - Parameters [1] { @@ -28157,20 +28300,23 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ public method readAttribute ] { + Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } - Method [ public method writeAttribute ] { + Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } + + Method [ public method toArray ] { + } } } @@ -28360,7 +28506,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { - Constants [0] { } @@ -29180,7 +29326,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Class [ abstract class Phalcon\Mvc\Model implements Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Phalcon\Di\InjectionAwareInterface, Serializable ] { + Class [ abstract class Phalcon\Mvc\Model implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Phalcon\Di\InjectionAwareInterface, Serializable ] { - Constants [7] { Constant [ integer OP_NONE ] { 0 } @@ -29587,14 +29733,14 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ public method readAttribute ] { + Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } - Method [ public method writeAttribute ] { + Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] @@ -29739,7 +29885,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Parameters [2] { Parameter #0 [ $method ] - Parameter #1 [ $arguments ] + Parameter #1 [ $arguments ] } } @@ -29929,7 +30075,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_hiddenParamNumber ] } - - Methods [33] { + - Methods [38] { Method [ public method setDI ] { - Parameters [1] { @@ -29964,6 +30110,13 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } + Method [ public method distinct ] { + + - Parameters [1] { + Parameter #0 [ $distinct ] + } + } + Method [ public method columns ] { - Parameters [1] { @@ -30099,6 +30252,20 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } + Method [ public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $group ] + } + } + + Method [ public method having ] { + + - Parameters [1] { + Parameter #0 [ $having ] + } + } + Method [ public method limit ] { - Parameters [2] { @@ -30143,6 +30310,12 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getOrder ] { } + Method [ public method getGroupBy ] { + } + + Method [ public method getHaving ] { + } + Method [ public method getParams ] { } @@ -30189,7 +30362,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_namespaceAliases ] } - - Methods [60] { + - Methods [61] { Method [ public method setDI ] { - Parameters [1] { @@ -30490,6 +30663,14 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } + Method [ final protected method _mergeFindParameters ] { + + - Parameters [2] { + Parameter #0 [ $findParamsOne ] + Parameter #1 [ $findParamsTwo ] + } + } + Method [ public method getRelationRecords ] { - Parameters [4] { @@ -32293,14 +32474,14 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ final protected method _getGroupClause ] { - Parameters [1] { - Parameter #0 [ $group ] + Parameter #0 [ array $group ] } } Method [ final protected method _getLimitClause ] { - Parameters [1] { - Parameter #0 [ $limitClause ] + Parameter #0 [ array $limitClause ] } } @@ -32402,8 +32583,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method setBindParams ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ array $bindParams ] + Parameter #1 [ $merge ] } } @@ -32412,8 +32594,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method setBindTypes ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ array $bindTypes ] + Parameter #1 [ $merge ] } } @@ -32476,7 +32659,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_hiddenParamNumber ] } - - Methods [34] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -32651,6 +32834,13 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ $forUpdate ] + } + } + Method [ public method getHaving ] { } @@ -33186,7 +33376,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Class [ class Phalcon\Mvc\Model\Row implements ArrayAccess, Phalcon\Mvc\Model\ResultInterface ] { + Class [ class Phalcon\Mvc\Model\Row implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess ] { - Constants [0] { } @@ -33200,7 +33390,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Properties [0] { } - - Methods [6] { + - Methods [8] { Method [ public method setDirtyState ] { - Parameters [1] { @@ -33237,6 +33427,21 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } + Method [ public method readAttribute ] { + + - Parameters [1] { + Parameter #0 [ $attribute ] + } + } + + Method [ public method writeAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] + } + } + Method [ public method toArray ] { } } @@ -33584,7 +33789,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -33607,17 +33812,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -33646,7 +33852,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -33669,17 +33875,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -33708,7 +33915,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -33731,17 +33938,83 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] + } } - Method [ protected method getOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } + } + } + + Class [ class Phalcon\Mvc\Model\Validator\Ip extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Method [ protected method isSetOption ] { + - Constants [2] { + Constant [ integer VERSION_4 ] { 1048576 } + Constant [ integer VERSION_6 ] { 2097152 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $_options ] + Property [ protected $_messages ] + } + + - Methods [7] { + Method [ public method validate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ protected method appendMessage ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + } + } + + Method [ public method getMessages ] { + } + + Method [ public method getOptions ] { + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -33770,7 +34043,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -33793,17 +34066,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -33832,7 +34106,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -33855,17 +34129,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -33894,7 +34169,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -33917,17 +34192,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -33956,7 +34232,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -33979,17 +34255,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -34018,7 +34295,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -34041,17 +34318,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -34080,7 +34358,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } @@ -34103,17 +34381,18 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getMessages ] { } - Method [ protected method getOptions ] { + Method [ public method getOptions ] { } - Method [ protected method getOption ] { + Method [ public method getOption ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $option ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method isSetOption ] { + Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] @@ -34122,11 +34401,13 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ integer URI_SOURCE_GET_URL ] { 0 } Constant [ integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } + Constant [ integer POSITION_FIRST ] { 0 } + Constant [ integer POSITION_LAST ] { 1 } } - Static properties [0] { @@ -34135,8 +34416,9 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Static methods [0] { } - - Properties [23] { + - Properties [24] { Property [ protected $_dependencyInjector ] + Property [ protected $_eventsManager ] Property [ protected $_uriSource ] Property [ protected $_namespace ] Property [ protected $_module ] @@ -34161,7 +34443,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_routePrefix ] } - - Methods [43] { + - Methods [45] { Method [ public method addResource ] { - Parameters [2] { @@ -34239,6 +34521,16 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getDI ] { } + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ public method getEventsManager ] { + } + Method [ public method getRewriteUri ] { } @@ -34296,66 +34588,74 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method add ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] + Parameter #3 [ $position ] } } Method [ public method addGet ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addPost ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addPut ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addPatch ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addDelete ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addOptions ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } Method [ public method addHead ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] + Parameter #2 [ $position ] } } @@ -34838,10 +35138,11 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method get ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $uri ] Parameter #1 [ $args ] Parameter #2 [ $local ] + Parameter #3 [ $baseUri ] } } @@ -35307,7 +35608,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ public method partial ] { + Method [ public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] @@ -35440,7 +35741,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] @@ -35573,7 +35874,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] @@ -36073,7 +36374,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ public method partial ] { + Method [ public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] @@ -36891,7 +37192,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_options ] } - - Methods [17] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -36912,6 +37213,16 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getOptions ] { } + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getName ] { + } + Method [ public method get ] { - Parameters [3] { @@ -37015,7 +37326,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_lifetime ] } - - Methods [24] { + - Methods [26] { Method [ public method getLibmemcached ] { } @@ -37073,6 +37384,16 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getOptions ] { } + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getName ] { + } + Method [ public method get ] { - Parameters [3] { @@ -37173,7 +37494,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Property [ protected $_lifetime ] } - - Methods [24] { + - Methods [26] { Method [ public method getMemcache ] { } @@ -37231,6 +37552,16 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ public method getOptions ] { } + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getName ] { + } + Method [ public method get ] { - Parameters [3] { @@ -38037,7 +38368,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Static properties [0] { } - - Static methods [10] { + - Static methods [11] { Method [ static public method camelize ] { - Parameters [1] { @@ -38111,6 +38442,16 @@ Extension [ extension #195 phalcon version 2.0.3 ] { Method [ static public method concat ] { } + + Method [ static public method dynamic ] { + + - Parameters [4] { + Parameter #0 [ $text ] + Parameter #1 [ $leftDelimiter ] + Parameter #2 [ $rightDelimiter ] + Parameter #3 [ $separator ] + } + } } - Properties [0] { @@ -39152,7 +39493,7 @@ Extension [ extension #195 phalcon version 2.0.3 ] { } } - Method [ protected method compare ] { + Method [ final protected method compare ] { - Parameters [2] { Parameter #0 [ $a ] @@ -39999,6 +40340,30 @@ Extension [ extension #195 phalcon version 2.0.3 ] { - Methods [0] { } } + + Class [ final class phalcon\0__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $matches ] + } + } + } + } } } diff --git a/php-phalcon2.spec b/php-phalcon2.spec index 9b2e676..9af1620 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 b922cca7fd24ccd54ab714d147561a6034ceb424 +%global gh_commit e69843ed16ab7531e457752433de2e7618710493 %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.3 +Version: 2.0.4 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Phalcon Framework @@ -108,6 +108,20 @@ fi cat << 'EOF' | tee %{ini_name} ; Enable '%{summary}' extension module extension=%{ext_name}.so + +; Configuration +;phalcon.db.escape_identifiers = '1' +;phalcon.db.force_casting = '0' +;phalcon.orm.events = '1' +;phalcon.orm.virtual_foreign_keys = '1' +;phalcon.orm.column_renaming = '1' +;phalcon.orm.not_null_validations = '1' +;phalcon.orm.exception_on_failed_save = '0' +;phalcon.orm.enable_literals = '1' +;phalcon.orm.late_state_binding = '0' +;phalcon.orm.cast_on_hydrate = '0' +;phalcon.orm.ignore_unknown_columns = '0' + EOF @@ -215,6 +229,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 13 2015 Remi Collet - 2.0.4-1 +- update to 2.0.4 + * Thu Jun 11 2015 Remi Collet - 2.0.3-1 - update to 2.0.3 -- cgit