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

Bug #17793 Patch: Avoiding ereg and split
Submitted: 2010-08-22 13:36 UTC
From: olleolleolle Assigned: olleolleolle
Status: Closed Package: File_Fstab (version SVN)
PHP Version: 5.3.1 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-08-22 13:36 UTC] olleolleolle (Olle Jonsson)
Description: ------------ These two warnings are fixed by the attached patch: WARNING: Function 'ereg_replace' is deprecated, please use 'preg_replace' instead in file ./File_Fstab/Fstab.php line 128 WARNING: Function 'split' is deprecated, please use 'explode' or 'preg_split' instead in file ./File_Fstab/Entry.php line 353

Comments

 [2010-08-22 13:37 UTC] olleolleolle (Olle Jonsson)
 [2010-08-23 04:00 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.