From 4a510a44ed6ac32ba1f571ad46fbc790144f7ac7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jun 2018 11:52:49 +0200 Subject: add patch for [-Werror=format-security] from https://github.com/datastax/php-driver/pull/126 --- REFLECTION | 90 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3bed8b2..02defbe 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #77 cassandra version 1.3.2 ] { +Extension [ extension #78 cassandra version 1.3.2 ] { - Dependencies { Dependency [ spl (Required) ] @@ -3176,50 +3176,50 @@ Extension [ extension #77 cassandra version 1.3.2 ] { Class [ 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] { -- cgit