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

Bug #17791 Patch: Avoid deprecated ereg and split
Submitted: 2010-08-22 12:48 UTC
From: olleolleolle Assigned: olleolleolle
Status: Closed Package: HTTP_WebDAV_Client (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 : 18 + 11 = ?

 
 [2010-08-22 12:48 UTC] olleolleolle (Olle Jonsson)
Description: ------------ These three deprecation warnings are taken care of by the patch: WARNING: Function 'split' is deprecated, please use 'explode' or 'preg_split' instead in file ./HTTP_WebDAV_Client/Tools/_parse_propfind_response.php line 101 WARNING: Function 'split' is deprecated, please use 'explode' or 'preg_split' instead in file ./HTTP_WebDAV_Client/Client/Stream.php line 496 WARNING: Function 'ereg' is deprecated, please use 'preg_match' instead in file ./HTTP_WebDAV_Client/Client/Stream.php line 498

Comments

 [2010-08-22 12:49 UTC] olleolleolle (Olle Jonsson)
 [2010-08-23 06:34 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.