From:             [EMAIL PROTECTED]
Operating system: RH 8.0
PHP version:      4.3.0RC3
PHP Bug Type:     *Network Functions
Bug description:  function fsockopen() is slowly

function fsockopen() is slowly

when use function fsockopen() and connect failed 

!!!ERROR!!!
===========================================================
Warning: fsockopen() [function.fsockopen]: php_hostconnect: connect failed
in /data/opt/htdocs/mpoweb/.net/netchecksite.php on line 64

Warning: fsockopen() [function.fsockopen]: unable to connect to
dcs3401:30000 in /data/opt/htdocs/mpoweb/.net/netchecksite.php on line 64
===========================================================
and slowly to return

netchecksite.php line 64 
============================================================
$sock = fsockopen(dcs3401, 30000, &$num, &$error, 4);
============================================================
-- 
Edit bug report at http://bugs.php.net/?id=21020&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21020&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21020&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21020&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21020&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21020&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21020&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21020&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21020&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21020&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21020&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21020&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21020&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21020&r=isapi

Reply via email to