Edit report at http://pear.php.net/bugs/bug.php?id=17793&edit=1
ID: 17793
Updated by: daniel.oconnor@gmail.com
Reported By: olle dot jonsson at gmail dot com
Summary: Patch: Avoiding ereg and split
-Status: Open
+Status: Closed
Type: Bug
Package: File_Fstab
Package Version: SVN
PHP Version: 5.3.1
-Assigned To:
+Assigned To: olleolleolle
Roadmap Versions:
New Comment:
-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.
Previous Comments:
------------------------------------------------------------------------
[2010-08-22 09:37:07] olleolleolle
Added #patch bug:17793;patch:avoid_ereg.patch;revision:1282469827;.
------------------------------------------------------------------------
[2010-08-22 09:36:54] olleolleolle
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
------------------------------------------------------------------------