mirror of
https://github.com/php/web-php.git
synced 2026-04-25 16:08:12 +02:00
- deactivate mysql use for now
This commit is contained in:
@@ -110,6 +110,8 @@ function ws_bing_massage($data) {
|
||||
return serialize($massaged);
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
if($raw!='mirrortest'):
|
||||
$dbh = new PDO('mysql:host=localhost;dbname=ws', $conf['db_user'], $conf['db_pw'], array(PDO::ATTR_PERSISTENT => true,
|
||||
PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true));
|
||||
|
||||
Reference in New Issue
Block a user