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

Bug #17767 Patch: Avoid deprecated socket_set_blocking
Submitted: 2010-08-20 18:19 UTC
From: olleolleolle Assigned: olleolleolle
Status: Closed Package: Net_DNS (version SVN)
PHP Version: 5.3.1 OS:
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 : 44 - 33 = ?

 
 [2010-08-20 18:19 UTC] olleolleolle (Olle Jonsson)
Description: ------------ The following hints are taken in the patch: WARNING: Function 'ereg' is deprecated, please use 'preg_match' instead in file ./Net_DNS/Net/DNS/Resolver.php line 356 WARNING: Function 'split' is deprecated, please use 'explode' or 'preg_split' instead in file ./Net_DNS/Net/DNS/Resolver.php line 409 WARNING: Function 'socket_set_blocking' is deprecated, please use 'stream_set_blocking' instead in file ./Net_DNS/Net/DNS/Resolver.php line 882 WARNING: Function 'socket_set_blocking' is deprecated, please use 'stream_set_blocking' instead in file ./Net_DNS/Net/DNS/Resolver.php line 931

Comments

 [2010-08-20 18:19 UTC] olleolleolle (Olle Jonsson)
 [2010-08-21 04:27 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: olleolleolle
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.