Skip to content

Commit

Permalink
Revert "Use non-alias version of the function for DNS resolution."
Browse files Browse the repository at this point in the history
This reverts commit 05b42ec5c1b2da642d96d057b56c99de42675cc4.

Conflicts:

	test/Unit.php
  • Loading branch information
mariuswilms committed May 23, 2012
1 parent ad83f3a commit 0ab31fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Unit.php
Expand Up @@ -1046,7 +1046,7 @@ protected function _hasNetwork($config = array()) {
$failed = true; $failed = true;
}); });


checkdnsrr($config['host'], 'ANY'); dns_check_record($config['host'], 'ANY');


if ($handle = fopen($url, 'r')) { if ($handle = fopen($url, 'r')) {
fclose($handle); fclose($handle);
Expand All @@ -1057,4 +1057,4 @@ protected function _hasNetwork($config = array()) {
} }
} }


?> ?>

0 comments on commit 0ab31fd

Please sign in to comment.