--- cookbook/flowplayer.php~	2015-08-12 13:09:20.000000000 +0200
+++ cookbook/flowplayer.php	2015-08-12 13:21:57.000000000 +0200
@@ -6,7 +6,17 @@
  Website: http://www.terranovanet.it
 */
 
-$RecipeInfo['flowPlayer']['Version']='2008-05-28';
+/*
+
+History
+
+August 12th, 2015: update by Jean-Pierre Chrétien
+to make the file PHP >= 5.5 compatible (remove the "e" modifier
+in substitution strings)
+
+*/
+
+$RecipeInfo['flowPlayer']['Version']='2015-08-12';
 
 SDV($FPObjBaseUrl, $ScriptUrl."/wiki/cookbook/flowplayer/");
 SDV($FPJsUrl, $ScriptUrl."/wiki/cookbook/flowplayer/flashembed.min.js");
@@ -77,7 +87,7 @@
     'timeDisplayFontColor' => ''
     );
 
-Markup('FlowPlayer', 'inline','/\\(:flowplayer\s*(.*?)\s*:\\)/e', "ShowFlowPlayer('$1')");
+Markup_e('FlowPlayer', 'inline','/\\(:flowplayer\s*(.*?)\s*:\\)/', PCCF('return ShowFlowPlayer($m[1]);'));
 
 function ShowFlowPlayer($args){
   global $IsJsEnabled;