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

Bug #15698 Typo in str_ireplace.php
Submitted: 2009-01-20 20:47 UTC
From: tobias Assigned: hm2k
Status: Closed Package: PHP_Compat (version 1.6.0a2)
PHP Version: Irrelevant OS: Linux
Roadmaps: 1.6.0a3    
Subscription  


 [2009-01-20 20:47 UTC] tobias (Tobias Lohner)
Description: ------------ Typo in Functions/str_ireplace.php This is wrong: < function str_ireplace($search, $replace, $subjectl) This is correct: > function str_ireplace($search, $replace, $subject)

Comments

 [2009-01-21 10:04 UTC] hm2k (James Wade)
Fixed in CVS
 [2009-01-21 12:13 UTC] hm2k (James Wade)
This bug has been fixed in CVS. 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.