diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-28 11:52:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-28 11:52:49 +0200 |
commit | 4a510a44ed6ac32ba1f571ad46fbc790144f7ac7 (patch) | |
tree | 70c0b04b9a0b25d2b1d61ebbbb5af34f67ee51ca /REFLECTION | |
parent | 6695f4307ff4353ed469d2aaec190059cf57d85b (diff) |
add patch for [-Werror=format-security] from https://github.com/datastax/php-driver/pull/126
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 90 |
1 files changed, 45 insertions, 45 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #77 cassandra version 1.3.2 ] { +Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Dependencies { Dependency [ spl (Required) ] @@ -3176,50 +3176,50 @@ Extension [ <persistent> extension #77 cassandra version 1.3.2 ] { Class [ <internal:cassandra> final class Cassandra ] { - Constants [44] { - Constant [ integer CONSISTENCY_ANY ] { 0 } - Constant [ integer CONSISTENCY_ONE ] { 1 } - Constant [ integer CONSISTENCY_TWO ] { 2 } - Constant [ integer CONSISTENCY_THREE ] { 3 } - Constant [ integer CONSISTENCY_QUORUM ] { 4 } - Constant [ integer CONSISTENCY_ALL ] { 5 } - Constant [ integer CONSISTENCY_LOCAL_QUORUM ] { 6 } - Constant [ integer CONSISTENCY_EACH_QUORUM ] { 7 } - Constant [ integer CONSISTENCY_SERIAL ] { 8 } - Constant [ integer CONSISTENCY_LOCAL_SERIAL ] { 9 } - Constant [ integer CONSISTENCY_LOCAL_ONE ] { 10 } - Constant [ integer VERIFY_NONE ] { 0 } - Constant [ integer VERIFY_PEER_CERT ] { 1 } - Constant [ integer VERIFY_PEER_IDENTITY ] { 2 } - Constant [ integer BATCH_LOGGED ] { 0 } - Constant [ integer BATCH_UNLOGGED ] { 1 } - Constant [ integer BATCH_COUNTER ] { 2 } - Constant [ integer LOG_DISABLED ] { 0 } - Constant [ integer LOG_CRITICAL ] { 1 } - Constant [ integer LOG_ERROR ] { 2 } - Constant [ integer LOG_WARN ] { 3 } - Constant [ integer LOG_INFO ] { 4 } - Constant [ integer LOG_DEBUG ] { 5 } - Constant [ integer LOG_TRACE ] { 6 } - Constant [ string TYPE_TEXT ] { text } - Constant [ string TYPE_ASCII ] { ascii } - Constant [ string TYPE_VARCHAR ] { varchar } - Constant [ string TYPE_BIGINT ] { bigint } - Constant [ string TYPE_SMALLINT ] { smallint } - Constant [ string TYPE_TINYINT ] { tinyint } - Constant [ string TYPE_BLOB ] { blob } - Constant [ string TYPE_BOOLEAN ] { boolean } - Constant [ string TYPE_COUNTER ] { counter } - Constant [ string TYPE_DECIMAL ] { decimal } - Constant [ string TYPE_DOUBLE ] { double } - Constant [ string TYPE_FLOAT ] { float } - Constant [ string TYPE_INT ] { int } - Constant [ string TYPE_TIMESTAMP ] { timestamp } - Constant [ string TYPE_UUID ] { uuid } - Constant [ string TYPE_VARINT ] { varint } - Constant [ string TYPE_TIMEUUID ] { timeuuid } - Constant [ string TYPE_INET ] { inet } - Constant [ string VERSION ] { 1.3.2 } - Constant [ string CPP_DRIVER_VERSION ] { 2.7.0 } + Constant [ public integer CONSISTENCY_ANY ] { 0 } + Constant [ public integer CONSISTENCY_ONE ] { 1 } + Constant [ public integer CONSISTENCY_TWO ] { 2 } + Constant [ public integer CONSISTENCY_THREE ] { 3 } + Constant [ public integer CONSISTENCY_QUORUM ] { 4 } + Constant [ public integer CONSISTENCY_ALL ] { 5 } + Constant [ public integer CONSISTENCY_LOCAL_QUORUM ] { 6 } + Constant [ public integer CONSISTENCY_EACH_QUORUM ] { 7 } + Constant [ public integer CONSISTENCY_SERIAL ] { 8 } + Constant [ public integer CONSISTENCY_LOCAL_SERIAL ] { 9 } + Constant [ public integer CONSISTENCY_LOCAL_ONE ] { 10 } + Constant [ public integer VERIFY_NONE ] { 0 } + Constant [ public integer VERIFY_PEER_CERT ] { 1 } + Constant [ public integer VERIFY_PEER_IDENTITY ] { 2 } + Constant [ public integer BATCH_LOGGED ] { 0 } + Constant [ public integer BATCH_UNLOGGED ] { 1 } + Constant [ public integer BATCH_COUNTER ] { 2 } + Constant [ public integer LOG_DISABLED ] { 0 } + Constant [ public integer LOG_CRITICAL ] { 1 } + Constant [ public integer LOG_ERROR ] { 2 } + Constant [ public integer LOG_WARN ] { 3 } + Constant [ public integer LOG_INFO ] { 4 } + Constant [ public integer LOG_DEBUG ] { 5 } + Constant [ public integer LOG_TRACE ] { 6 } + Constant [ public string TYPE_TEXT ] { text } + Constant [ public string TYPE_ASCII ] { ascii } + Constant [ public string TYPE_VARCHAR ] { varchar } + Constant [ public string TYPE_BIGINT ] { bigint } + Constant [ public string TYPE_SMALLINT ] { smallint } + Constant [ public string TYPE_TINYINT ] { tinyint } + Constant [ public string TYPE_BLOB ] { blob } + Constant [ public string TYPE_BOOLEAN ] { boolean } + Constant [ public string TYPE_COUNTER ] { counter } + Constant [ public string TYPE_DECIMAL ] { decimal } + Constant [ public string TYPE_DOUBLE ] { double } + Constant [ public string TYPE_FLOAT ] { float } + Constant [ public string TYPE_INT ] { int } + Constant [ public string TYPE_TIMESTAMP ] { timestamp } + Constant [ public string TYPE_UUID ] { uuid } + Constant [ public string TYPE_VARINT ] { varint } + Constant [ public string TYPE_TIMEUUID ] { timeuuid } + Constant [ public string TYPE_INET ] { inet } + Constant [ public string VERSION ] { 1.3.2 } + Constant [ public string CPP_DRIVER_VERSION ] { 2.8.0 } } - Static properties [0] { |