Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.2

Bug #1070 Warning on connection error
Submitted: 2004-03-25 17:58 UTC
From: gerd Assigned:
Status: Duplicate Package: Net_Socket
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 4 + 39 = ?

 
 [2004-03-25 17:58 UTC] gerd
Description: ------------ The $openfunc (either fsockopen or pfsockopen) will produce a warning if the connection could not established. AFAIK this warning should be suppressed and a PEAR-Error should be raised. File: Socket.php, line 106 and 108: $fp = $openfunc($this->ad... this should be $fp = @$openfunc($this->ad.. regards, gERD

Comments

 [2004-04-26 22:54 UTC] chagenbu
Thank you for your bug report. This issue has already been fixed in the latest released version of the package, which you can download at http://pear.php.net/packages.php