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/pdo_mysql.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 reflection/pdo_mysql.txt (limited to 'reflection/pdo_mysql.txt') diff --git a/reflection/pdo_mysql.txt b/reflection/pdo_mysql.txt new file mode 100644 index 0000000..fae46cf --- /dev/null +++ b/reflection/pdo_mysql.txt @@ -0,0 +1,14 @@ +Extension [ extension #66 pdo_mysql version 1.0.2 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + Dependency [ mysqlnd (Required) ] + } + + - INI { + Entry [ pdo_mysql.default_socket ] + Current = '/var/lib/mysql/mysql.sock' + } + } +} + -- cgit