From e6fec18bc56d47cc615a89106ffc020d3caf4470 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Sun, 8 Feb 2015 16:21:07 +0100 Subject: [PATCH] baculum: Tweak note about using MySQL native driver for PHP --- gui/baculum/INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/baculum/INSTALL b/gui/baculum/INSTALL index 3fe1de8088..01f68e30c1 100644 --- a/gui/baculum/INSTALL +++ b/gui/baculum/INSTALL @@ -44,6 +44,8 @@ tested on Apache HTTP Server. PHP should have installed next modules: * PDO PHP support - depending on your catalog database: PDO PostgreSQL, PDO MySQL or PDO SQLite. + Note, in case using MySQL database required is using MySQL native driver. + It is php-mysqlnd for PHP, not php-mysql. * BCMath PHP module. * cURL PHP module. * MB String PHP module. -- 2.39.5