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

Bug #18774 not compatible in strict mode
Submitted: 2011-09-02 02:10 UTC
From: glen Assigned: doconnor
Status: Closed Package: Net_SmartIRC (version 1.0.2)
PHP Version: Irrelevant OS:
Roadmaps: 1.1.0    
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 : 6 + 27 = ?

 
 [2011-09-02 02:10 UTC] glen (Elan Ruusamäe)
Description: ------------ attaching patch to address this please, make QA release when applied the patch.

Comments

 [2011-09-02 04:07 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
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. I fixed this in SVN before I realised it wasn't marked as unmaintained. Will organise a QA release sooner or later; but I suppose I had better let the maintainers have a shot!
 [2015-03-08 05:32 UTC] markcarver (Mark Carver)
It appears the "report a bug" just redirects to itself, so I'm posting here since it's related. I'm constantly getting the following error which ultimately causes the connection to drop after the memory is exhausted: Strict warning: Only variables should be passed by reference in Net_SmartIRC->listenOnce() (line 1659 of /usr/share/php/Net/SmartIRC.php). Has to do with the following code: // check the socket to see if data is waiting for us // this will trigger a warning when a signal is received $result = stream_select($r = array($this->_socket), $w = null, $e = null, 0, $selecttimeout );