(int) PHP_VERSION, "need PHP v$ver"); } function checkurl($url) { skipif(!@fsockopen($url, 80), "$url not responsive"); } checkext('http'); ?>