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

Bug #17786 Patch to avoid deprecated eregi_replace
Submitted: 2010-08-22 07:26 UTC
From: olleolleolle Assigned: olleolleolle
Status: Closed Package: RDF_RDQL (version SVN)
PHP Version: 5.3.1 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-08-22 07:26 UTC] olleolleolle (Olle Jonsson)
Description: ------------ Avoided all the deprecations that were reported about: WARNING: Function 'eregi_replace' is deprecated, please use 'preg_replace' instead in file ./RDF_RDQL/RDQL/Parser.php line 748 WARNING: Function 'eregi_replace' is deprecated, please use 'preg_replace' instead in file ./RDF_RDQL/RDQL/Parser.php line 778 WARNING: Function 'eregi_replace' is deprecated, please use 'preg_replace' instead in file ./RDF_RDQL/RDQL/Parser.php line 784 WARNING: Function 'eregi_replace' is deprecated, please use 'preg_replace' instead in file ./RDF_RDQL/RDQL/Parser.php line 807 WARNING: Function 'eregi_replace' is deprecated, please use 'preg_replace' instead in file ./RDF_RDQL/RDQL/Parser.php line 820 WARNING: Function 'ereg' is deprecated, please use 'preg_match' instead in file ./RDF_RDQL/RDQL/Parser.php line 934

Comments

 [2010-08-22 07:26 UTC] olleolleolle (Olle Jonsson)
 [2010-08-23 08: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.