Till Brehm
2015-03-06 27978b1082cf730da91a675b18bbe625f4c8cf39
server/lib/classes/aps_installer.inc.php
@@ -376,7 +376,7 @@
         setups get enough time to create the database */
      if($this->handle_type == 'install') {
         for($n = 1; $n < 15; $n++) {
            $link = mysql_connect($newdb_host, $newdb_login, $newdb_pw);
            $link = mysqli_connect($newdb_host, $newdb_login, $newdb_pw);
            if (!$link) {
               unset($link);
               sleep(5);
@@ -555,6 +555,7 @@
         curl_setopt($conn[$i], CURLOPT_TIMEOUT, 0);
         curl_setopt($conn[$i], CURLOPT_FAILONERROR, 1);
         curl_setopt($conn[$i], CURLOPT_FOLLOWLOCATION, 1);
         curl_setopt($conn[$i], CURLOPT_SSL_VERIFYPEER, 0);
         curl_multi_add_handle($mh, $conn[$i]);
      }