From 7980ba409ab151689af4a7a7c00439a69ffa33e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 May 2014 10:50:10 +0200 Subject: php-pecl-mysqlnd-ms-1.6.0-3.svn333506 (for php 5.6) --- REFLECTION | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..a2bf286 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,119 @@ +Extension [ extension #158 mysqlnd_ms version 1.6.0-alpha ] { + + - Dependencies { + Dependency [ mysqlnd (Required) ] + Dependency [ standard (Required) ] + Dependency [ json (Required) ] + Dependency [ mysqlnd_qc (Optional) ] + } + + - INI { + Entry [ mysqlnd_ms.enable ] + Current = '0' + } + Entry [ mysqlnd_ms.force_config_usage ] + Current = '0' + } + Entry [ mysqlnd_ms.config_file ] + Current = '' + } + Entry [ mysqlnd_ms.collect_statistics ] + Current = '0' + } + Entry [ mysqlnd_ms.multi_master ] + Current = '0' + } + Entry [ mysqlnd_ms.disable_rw_split ] + Current = '0' + } + } + + - Constants [14] { + Constant [ string MYSQLND_MS_VERSION ] { 1.6.0-alpha } + Constant [ integer MYSQLND_MS_VERSION_ID ] { 10600 } + Constant [ string MYSQLND_MS_MASTER_SWITCH ] { ms=master } + Constant [ string MYSQLND_MS_SLAVE_SWITCH ] { ms=slave } + Constant [ string MYSQLND_MS_LAST_USED_SWITCH ] { ms=last_used } + Constant [ integer MYSQLND_MS_QUERY_USE_MASTER ] { 0 } + Constant [ integer MYSQLND_MS_QUERY_USE_SLAVE ] { 1 } + Constant [ integer MYSQLND_MS_QUERY_USE_LAST_USED ] { 2 } + Constant [ integer MYSQLND_MS_QOS_CONSISTENCY_STRONG ] { 0 } + Constant [ integer MYSQLND_MS_QOS_CONSISTENCY_SESSION ] { 1 } + Constant [ integer MYSQLND_MS_QOS_CONSISTENCY_EVENTUAL ] { 2 } + Constant [ integer MYSQLND_MS_QOS_OPTION_GTID ] { 1 } + Constant [ integer MYSQLND_MS_QOS_OPTION_AGE ] { 2 } + Constant [ integer MYSQLND_MS_QOS_OPTION_CACHE ] { 3 } + } + + - Functions { + Function [ function mysqlnd_ms_match_wild ] { + + - Parameters [2] { + Parameter #0 [ $haystack ] + Parameter #1 [ $wild ] + } + } + Function [ function mysqlnd_ms_query_is_select ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + Function [ function mysqlnd_ms_get_stats ] { + + - Parameters [0] { + } + } + Function [ function mysqlnd_ms_get_last_used_connection ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function mysqlnd_ms_get_last_gtid ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function mysqlnd_ms_set_qos ] { + + - Parameters [4] { + Parameter #0 [ $object ] + Parameter #1 [ $service_level ] + Parameter #2 [ $option ] + Parameter #3 [ $option_value ] + } + } + Function [ function mysqlnd_ms_fabric_select_shard ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $table ] + Parameter #2 [ $shard_key ] + } + } + Function [ function mysqlnd_ms_fabric_select_global ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $table ] + } + } + Function [ function mysqlnd_ms_dump_servers ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function mysqlnd_ms_dump_fabric_rpc_hosts ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function mysqlnd_ms_debug_set_fabric_raw_dump_data_dangerous ] { + } + } +} + -- cgit