ID:               47191
 Updated by:       [email protected]
 Reported By:      krishna dot gara at gmail dot com
-Status:           No Feedback
+Status:           Feedback
 Bug Type:         Compile Warning
 Operating System: windows
 PHP Version:      5.3.0alpha3
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




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

[2009-01-30 01:01:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2009-01-23 07:13:19] krishna dot gara at gmail dot com

any body know this , help me please ..

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

[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