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

Bug #11262 Doesn't behave nicely with <code type="php">
Submitted: 2007-06-09 23:03 UTC
From: dufuz Assigned: justinpatrin
Status: Closed Package: Text_Wiki (version 1.2.0RC2)
PHP Version: 5.2.2 OS:
Roadmaps: 1.2.0    
Subscription  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 13 + 16 = ?

 
 [2007-06-09 23:03 UTC] dufuz (Helgi Þormar)
Description: ------------ Text that uses <code type="php"> is not showing up at all and Text_wiki isn't erroring out. Look at http://pear.php.net/bugs/bug.php?id=11201 2 RFCs that use it suddenly stopped to show up when we updated text_wiki.

Comments

 [2007-06-09 23:06 UTC] dufuz (Helgi Þormar)
Use this script with the cut down version of one of the RFCs <?php $text = file_get_contents('text.txt'); include_once 'Text/Wiki.php'; $wiki =& Text_Wiki::singleton(); $wiki->disableRule('wikilink'); $description = $wiki->transform($text); var_dump($description);
 [2007-06-09 23:11 UTC] justinpatrin (Justin Patrin)
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.