From 9f39198fe4c8af396eb5a254e5d962c5ab5374ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Sep 2015 07:37:06 +0200 Subject: php-pecl-cassandra: 1.0.0 (stable) --- REFLECTION | 1526 ++++++++++++++++++++++++++++++++++++++++++++++- php-pecl-cassandra.spec | 9 +- 2 files changed, 1527 insertions(+), 8 deletions(-) diff --git a/REFLECTION b/REFLECTION index 60cf717..c8e7e20 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #82 cassandra version 1.0.0RC ] { +Extension [ extension #82 cassandra version 1.0.0 ] { - Dependencies { Dependency [ spl (Required) ] @@ -13,7 +13,7 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { } } - - Classes [59] { + - Classes [73] { Interface [ interface Cassandra\Exception ] { - Constants [0] { @@ -2547,7 +2547,7 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { Constant [ string TYPE_VARINT ] { varint } Constant [ string TYPE_TIMEUUID ] { timeuuid } Constant [ string TYPE_INET ] { inet } - Constant [ string VERSION ] { 1.0.0-rc } + Constant [ string VERSION ] { 1.0.0 } } - Static properties [0] { @@ -2961,7 +2961,7 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ abstract public method execute ] { - Parameters [2] { @@ -3006,6 +3006,12 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { - Parameters [0] { } } + + Method [ abstract public method schema ] { + + - Parameters [0] { + } + } } } @@ -3023,7 +3029,7 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ public method execute ] { - Parameters [2] { @@ -3068,6 +3074,12 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { - Parameters [0] { } } + + Method [ public method schema ] { + + - Parameters [0] { + } + } } } @@ -3378,6 +3390,1510 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { } } } + + Interface [ interface Cassandra\Schema ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method keyspace ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ abstract public method keyspaces ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class Cassandra\DefaultSchema implements Cassandra\Schema ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method keyspace ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method keyspaces ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Cassandra\Keyspace ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method name ] { + + - Parameters [0] { + } + } + + Method [ abstract public method replicationClassName ] { + + - Parameters [0] { + } + } + + Method [ abstract public method replicationOptions ] { + + - Parameters [0] { + } + } + + Method [ abstract public method hasDurableWrites ] { + + - Parameters [0] { + } + } + + Method [ abstract public method table ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ abstract public method tables ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class Cassandra\DefaultKeyspace implements Cassandra\Keyspace ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method replicationClassName ] { + + - Parameters [0] { + } + } + + Method [ public method replicationOptions ] { + + - Parameters [0] { + } + } + + Method [ public method hasDurableWrites ] { + + - Parameters [0] { + } + } + + Method [ public method table ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method tables ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Cassandra\Table ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [20] { + Method [ abstract public method name ] { + + - Parameters [0] { + } + } + + Method [ abstract public method comment ] { + + - Parameters [0] { + } + } + + Method [ abstract public method readRepairChance ] { + + - Parameters [0] { + } + } + + Method [ abstract public method localReadRepairChance ] { + + - Parameters [0] { + } + } + + Method [ abstract public method gcGraceSeconds ] { + + - Parameters [0] { + } + } + + Method [ abstract public method caching ] { + + - Parameters [0] { + } + } + + Method [ abstract public method bloomFilterFPChance ] { + + - Parameters [0] { + } + } + + Method [ abstract public method memtableFlushPeriodMs ] { + + - Parameters [0] { + } + } + + Method [ abstract public method defaultTTL ] { + + - Parameters [0] { + } + } + + Method [ abstract public method speculativeRetry ] { + + - Parameters [0] { + } + } + + Method [ abstract public method indexInterval ] { + + - Parameters [0] { + } + } + + Method [ abstract public method compactionStrategyClassName ] { + + - Parameters [0] { + } + } + + Method [ abstract public method compactionStrategyOptions ] { + + - Parameters [0] { + } + } + + Method [ abstract public method compressionParameters ] { + + - Parameters [0] { + } + } + + Method [ abstract public method populateIOCacheOnFlush ] { + + - Parameters [0] { + } + } + + Method [ abstract public method replicateOnWrite ] { + + - Parameters [0] { + } + } + + Method [ abstract public method maxIndexInterval ] { + + - Parameters [0] { + } + } + + Method [ abstract public method minIndexInterval ] { + + - Parameters [0] { + } + } + + Method [ abstract public method column ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ abstract public method columns ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class Cassandra\DefaultTable implements Cassandra\Table ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [20] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method comment ] { + + - Parameters [0] { + } + } + + Method [ public method readRepairChance ] { + + - Parameters [0] { + } + } + + Method [ public method localReadRepairChance ] { + + - Parameters [0] { + } + } + + Method [ public method gcGraceSeconds ] { + + - Parameters [0] { + } + } + + Method [ public method caching ] { + + - Parameters [0] { + } + } + + Method [ public method bloomFilterFPChance ] { + + - Parameters [0] { + } + } + + Method [ public method memtableFlushPeriodMs ] { + + - Parameters [0] { + } + } + + Method [ public method defaultTTL ] { + + - Parameters [0] { + } + } + + Method [ public method speculativeRetry ] { + + - Parameters [0] { + } + } + + Method [ public method indexInterval ] { + + - Parameters [0] { + } + } + + Method [ public method compactionStrategyClassName ] { + + - Parameters [0] { + } + } + + Method [ public method compactionStrategyOptions ] { + + - Parameters [0] { + } + } + + Method [ public method compressionParameters ] { + + - Parameters [0] { + } + } + + Method [ public method populateIOCacheOnFlush ] { + + - Parameters [0] { + } + } + + Method [ public method replicateOnWrite ] { + + - Parameters [0] { + } + } + + Method [ public method maxIndexInterval ] { + + - Parameters [0] { + } + } + + Method [ public method minIndexInterval ] { + + - Parameters [0] { + } + } + + Method [ public method column ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method columns ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Cassandra\Column ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method name ] { + + - Parameters [0] { + } + } + + Method [ abstract public method type ] { + + - Parameters [0] { + } + } + + Method [ abstract public method isReversed ] { + + - Parameters [0] { + } + } + + Method [ abstract public method isStatic ] { + + - Parameters [0] { + } + } + + Method [ abstract public method isFrozen ] { + + - Parameters [0] { + } + } + + Method [ abstract public method indexName ] { + + - Parameters [0] { + } + } + + Method [ abstract public method indexOptions ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class Cassandra\DefaultColumn implements Cassandra\Column ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method type ] { + + - Parameters [0] { + } + } + + Method [ public method isReversed ] { + + - Parameters [0] { + } + } + + Method [ public method isStatic ] { + + - Parameters [0] { + } + } + + Method [ public method isFrozen ] { + + - Parameters [0] { + } + } + + Method [ public method indexName ] { + + - Parameters [0] { + } + } + + Method [ public method indexOptions ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method name ] { + + - Parameters [0] { + } + } + + Method [ abstract public method __toString ] { + + - Parameters [0] { + } + } + + Method [ abstract public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Scalar implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Collection implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method type ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Set implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method type ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Map implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method keyType ] { + + - Parameters [0] { + } + } + + Method [ public method valueType ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Custom implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } } } diff --git a/php-pecl-cassandra.spec b/php-pecl-cassandra.spec index d049144..eeeb7a7 100644 --- a/php-pecl-cassandra.spec +++ b/php-pecl-cassandra.spec @@ -21,7 +21,7 @@ %global pecl_name cassandra %global with_zts 0%{?__ztsphp:1} -%global prever RC +#global prever RC # see https://github.com/datastax/php-driver/releases #global gh_commit 2b0642b1d6fc451f0481edaf0163e3e5bbf896ec #global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -37,7 +37,7 @@ Summary: DataStax PHP Driver for Apache Cassandra Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 0.2.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -93,7 +93,7 @@ A modern, feature-rich and highly tunable PHP client library for Apache Cassandra and DataStax Enterprise using exclusively Cassandra's binary protocol and Cassandra Query Language v3. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -243,6 +243,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 15 2015 Remi Collet - 1.0.0-1 +- update to 1.0.0 (stable) + * Thu Aug 13 2015 Remi Collet - 1.0.0-0.2.RC - fix package name for more-php56 -- cgit