fix to last commit
This commit is contained in:
@@ -24,6 +24,7 @@ class DB {
|
|||||||
public static $password = '';
|
public static $password = '';
|
||||||
public static $host = 'localhost';
|
public static $host = 'localhost';
|
||||||
public static $port = 3306; //hhvm complains if this is null
|
public static $port = 3306; //hhvm complains if this is null
|
||||||
|
public static $socket = null;
|
||||||
public static $encoding = 'latin1';
|
public static $encoding = 'latin1';
|
||||||
|
|
||||||
// configure workings
|
// configure workings
|
||||||
|
|||||||
Reference in New Issue
Block a user