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

Bug #20971 interal use of _delayReconnect
Submitted: 2015-10-25 23:55 UTC
From: glen Assigned: garrettw
Status: Closed Package: Net_SmartIRC (version 1.1.8)
PHP Version: 5.5.30 OS: PLD Linux
Roadmaps: (Not assigned)    
Subscription  


 [2015-10-25 23:55 UTC] glen (Elan Ruusamäe)
Description: ------------ so, if i do server kill, SmartIRC attempts to reconnect and calls method that it itself has deprecated: Oct 25 21:51:51 SmartIRC.php(464) WARNING: _delayReconnect() does not exist! Test script: --------------- 1. create bot and connect to irc server 2. do "KILL USER MESSAGE" as oper 3. see the bot log the "2", can be probably accomplished some other ways too, like disconnect network to create timeout event or something.

Comments

 [2015-11-10 19:15 UTC] garrettw (Garrett Whitehorn)
-Status: Open +Status: Closed -Assigned To: +Assigned To: garrettw
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Thanks for the bug report. Looks like I accidentally overlooked that method call when getting rid of deprecated stuff.