[pmwiki-users] Make flv module php >= 5.5 compatible

Jean-Pierre Chrétien jeanpierre.chretien at free.fr
Wed Aug 5 08:59:36 CDT 2015


Hello,

I'm not able to make flowplayer work anymore with php5.6, so I tried flv.php.

However, I don't know how to update instruction

Markup('flv', '<urllink', 
  "/\\b(?>(\\L))([^\\s$UrlExcludeChars]+\\.flv)/e",
  "Keep(\$GLOBALS['LinkFunctions']['$1'](\$pagename,'$1','$2',NULL,'$1$2',
    \$GLOBALS['FlvTagFmt']), 'L')");

with the Markup_e syntax. I removed the e, replaced '$x' with $m[x], but I'm
stuck with the correct syntax for '$1$2'...

On the other side, is there any module available for flv display which is
ready for use with php >= 5.5 ?

-- 
Jean-Pierre





More information about the pmwiki-users mailing list