Index: adodb-mysqli.inc.php
===================================================================
--- adodb-mysqli.inc.php	(revision 8748)
+++ adodb-mysqli.inc.php	(working copy)
@@ -155,6 +155,9 @@
 
         function ServerInfo()
         {
+            $arr = array(''); // If someone knows why this line prevents Vista from crashing 
+            // with a FastCGI erroro I am glad to learn of it, but for now it works.
+            // 2010-05-26 Matt de Jong
             $arr['description'] = $this->GetOne("select version()");
             $arr['version'] = ADOConnection::_findvers($arr['description']);
             return $arr;
