EscapedMarkup-Talk

Summary: Talk page for EscapedMarkup.
Maintainer: Peter Bowers?
Users: (View? / Edit)

This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.

PHP5.5 Compatibility Issue

M. Denning, 20170729: Ruleset is throwing the following compatibility error. Please, can this be addressed ASAP? Base site is battzion.org and WebMaster contact is at the bottom. Thanks!
[= _begin B= ! file: /homedir/pmwiki/cookbook/EscapedMarkup.php, line: 43, pat: /([^\S]*)?\[([=@$])(.*?)\2\]/se

Update: I have updated line 43
FROM043:
Markup('[=','_begin',"/(\n[^\\S\n]*)?\\[([=@\$])(.*?)\\2\\]/se", 
"MyPreserveText(\$pagename, '$2', PSS('$3'), '$1')");
TO043:
Markup_e('[=','_begin',"/(\n[^\\S\n]*)?\\[([=@\$])(.*?)\\2\\]/s", 
"MyPreserveText(\$pagename, \$m[2], PSS(\$m[3]), \$m[1])");
TakeAway:This seems to have taken away the error generated in Rule Table.
AfterThought:However, I would still be more comfortable if I obtained positive word from the other developers that this was the only updated necessary.

Talk page for the EscapedMarkup recipe (users?).