Skip to content

Pdo DB driver

Mario requested to merge zotlabs:pdo into dev

Created by: zotlabs

replace mysqli and postgres db drivers with PDO. Moderately tested with mysqli and postgres installations. Using mysql in Unix domain socket configuration was not attempted and isn't supported automatically. To do this one needs to change their db_server configuration variable to the precise DSN needed by PDO. For instance "mysql:unix_socket=/tmp/mysql.sock;" The db name will be added automatically.

Merge request reports