diff --git a/db.class.php b/db.class.php index 930b97d..29c978a 100644 --- a/db.class.php +++ b/db.class.php @@ -24,6 +24,7 @@ class DB { public static $password = ''; public static $host = 'localhost'; public static $port = 3306; //hhvm complains if this is null + public static $socket = null; public static $encoding = 'latin1'; // configure workings