1
0
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:
Sascha Schumann
2013-10-25 21:55:07 +02:00
parent 9f36cf10d3
commit 3ae5d2bb8f
+2
View File
@@ -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));