Bugs item #964405, was opened at 2004-06-01 19:04
Message generated for change (Comment added) made by gimpster
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377952&aid=964405&group_id=23245
Category: None
Group: None
>Status: Closed
Priority: 5
Submitted By: Reini Urban (rurban)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix if connection was refused
Initial Comment:
Skip gmmktime() with invalid date if the connection was
refused.
$date holds the connection refused message then,
splitted into some words, which is invalid for
gmmktime, which prints a warning.
----------------------------------------------------------------------
>Comment By: Martin Geisler (gimpster)
Date: 2004-06-17 15:12
Message:
Logged In: YES
user_id=104098
I've just added a @ infront of the two calls to fsockopen(),
and that makes the script behave as expected when no
connection can be made (when the outgoing interface is down).
I don't know if it would react differently if it is the
remote host who refuses the connection?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377952&aid=964405&group_id=23245
|