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

Bug #17417 Replace split()
Submitted: 2010-05-19 18:39 UTC
From: prauscher Assigned: heino
Status: Closed Package: Net_NNTP (version 1.4.0)
PHP Version: 5.3.2 OS: Ubuntu
Roadmaps: (Not assigned)    
Subscription  


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 : 40 - 31 = ?

 
 [2010-05-19 18:39 UTC] prauscher (Patrick Rauscher)
Description: ------------ Net/NNTP/Protocol/Client.php uses the old split-function in line 751 & 803. Starting with PHP 5.3.0, these Functions generate a "Depreaced"-Error, which is printed in the Page. In both cases, explode could be used, as these parts do not rely on regular expressions. Actual result: -------------- Deprecated: Function split() is deprecated in /usr/share/php/Net/NNTP/Protocol/Client.php on line 751 Deprecated: Function split() is deprecated in /usr/share/php/Net/NNTP/Protocol/Client.php on line 803

Comments

 [2010-05-19 19:07 UTC] prauscher (Patrick Rauscher)
 [2010-05-21 05:58 UTC] doconnor (Daniel O'Connor)
-Assigned To: +Assigned To: heino
 [2010-08-11 00:23 UTC] heino (Heino H. Gehlsen)
-Status: Assigned +Status: Closed
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. It seems someone were so kind as to commit the patch (rev 301708). Thanks ;-). Will roll a release when bug #17689 has also been fixed…