From 63fd3832c435d64b172bbe90111a77ca81be642e Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 15 Mar 1999 21:45:30 +0000 Subject: [PATCH] Swallow any warnings here --- download-php.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download-php.php3 b/download-php.php3 index a381c0ca3..3dd90719d 100644 --- a/download-php.php3 +++ b/download-php.php3 @@ -97,8 +97,8 @@ makeCap(); $thisurl=substr($PHP_SELF,1); /* strip leading slash */ $mirror_sites=$MIRRORS; $lastcountry="xxxxx"; -reset($showsites); -while ($site = current($showsites)) { +@reset($showsites); +while ($site = @current($showsites)) { next($showsites); $info = $mirror_sites[$site]; list($country, $location, $shortname, $companyurl, $show) = $info;