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

Bug #5397 variable used inside single quotes
Submitted: 2005-09-14 12:43 UTC
From: kristof dot coomans at sckcen dot be Assigned: toggg
Status: Closed Package: Text_Wiki
PHP Version: 4.3.11 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2005-09-14 12:43 UTC] kristof dot coomans at sckcen dot be
Description: ------------ On line 128 of Text/Wiki/Parse/Default/Wikilink.php the variable $either is used inside single quotes, while it should be parsed. Test script: --------------- $tmp_regex = '/(^|[^$either\-_])' . $this->regex . '/'; $either won't be parsed because single quotes are used.

Comments

 [2005-09-14 14:30 UTC] toggg
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.