ID:               47191
 Comment by:       krishna dot gara at gmail dot com
 Reported By:      krishna dot gara at gmail dot com
 Status:           Feedback
 Bug Type:         Compile Warning
 Operating System: windows
 PHP Version:      5.3.0alpha3
 New Comment:

any body know this , help me please ..


Previous Comments:
------------------------------------------------------------------------

[2009-01-22 15:51:20] krishna dot gara at gmail dot com

$url = "http://localhost";;
$fp = fsockopen("$url", 80, $errno, $errstr, 30);
if (!$fp)
{
       echo "<br>the Link (URL) could ot be validated<br>
       <b>you entered: $url</b><p>
       <a href=\"../maps/map-LatLng.php\">Please try again</a><p>";
       exit();
}
else
{
       echo "hi";
       // then it was successful!
       fclose($fp); // and carry on
}

-------------

i uncommented allow_url_fopen = On ,too

but getting like this ,please help me 

Unable to find the socket transport "http" - did you forget to enable
it when y

------------------------------------------------------------------------

[2009-01-22 15:47:32] [email protected]

Compile warning?

Can you add your comment in the comment box please, not in the title.

------------------------------------------------------------------------

[2009-01-22 15:43:35] krishna dot gara at gmail dot com

Description:
------------
$url = "http://localhost";;
$fp = fsockopen("$url", 80, $errno, $errstr, 30);
if (!$fp)
{
        echo "<br>the Link (URL) could ot be validated<br>
        <b>you entered: $url</b><p>
        <a href=\"../maps/map-LatLng.php\">Please try again</a><p>";
        exit();
}
else
{
        echo "hi";
        // then it was successful!
        fclose($fp); // and carry on
} exit;

Reproduce code:
---------------
//echo $_SERVER['HTTP_USER_AGENT'];exit;
$url = "http://localhost";;
$fp = fsockopen("$url", 80, $errno, $errstr, 30);
if (!$fp)
{
        echo "<br>the Link (URL) could ot be validated<br>
        <b>you entered: $url</b><p>
        <a href=\"../maps/map-LatLng.php\">Please try again</a><p>";
        exit();
}
else
{
        echo "hi";
        // then it was successful!
        fclose($fp); // and carry on
} exit;

Expected result:
----------------
Need to create socket with connection



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=47191&edit=1

Reply via email to