Share

EncPHP - PHP Encapsulator

Tracker: Bugs

5 gethostbyname - ID: 813999
Last Update: Tracker Item Submitted ( nobody )

Prove this script:
________
<?

$stdin = fopen('php://stdin', 'r');
$myaction = fgets($stdin,100);
function readin()
{
global $stdin;
$in=fgets($stdin,100);
return $in;
}

echo "Give me an url:\n";
$url = readin();
$html = implode(" ", file($url));

?>
_________

The errore is: "gethostbyname failed"

Can you a advise me when the bug is fix?
Thx alimorta@NOSPAM-libero.it (remove NOSPAM-)


Nobody/Anonymous ( nobody ) - 2003-09-28 14:06

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.