From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/mysqlnd.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 reflection/mysqlnd.txt (limited to 'reflection/mysqlnd.txt') diff --git a/reflection/mysqlnd.txt b/reflection/mysqlnd.txt new file mode 100644 index 0000000..08ea191 --- /dev/null +++ b/reflection/mysqlnd.txt @@ -0,0 +1,40 @@ +Extension [ extension #56 mysqlnd version mysqlnd 5.0.11-dev - 20120503 - $Id: b0db48f5f71b45623b2b6aed210dd5b2464d06c4 $ ] { + + - Dependencies { + Dependency [ standard (Required) ] + } + + - INI { + Entry [ mysqlnd.collect_statistics ] + Current = '1' + } + Entry [ mysqlnd.collect_memory_statistics ] + Current = '0' + } + Entry [ mysqlnd.debug ] + Current = '' + } + Entry [ mysqlnd.trace_alloc ] + Current = '' + } + Entry [ mysqlnd.net_cmd_buffer_size ] + Current = '4096' + } + Entry [ mysqlnd.net_read_buffer_size ] + Current = '32768' + } + Entry [ mysqlnd.net_read_timeout ] + Current = '31536000' + } + Entry [ mysqlnd.log_mask ] + Current = '0' + } + Entry [ mysqlnd.mempool_default_size ] + Current = '16000' + } + Entry [ mysqlnd.sha256_server_public_key ] + Current = '' + } + } +} + -- cgit