<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-AU" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi everyone,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have run into a strange problem. I am moving my server to the latest version of Arch Linux. PmWiki always worked fine, but this time, when I try to access the site, I get a Server Error 500.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Looking at the Apache log, I have the following error:<o:p></o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-family:"Courier New";color:black">[Mon Feb 29 12:17:55.953427 2016] [:error] [pid 1095] [client
<a href="http://60.225.91.106:47124">60.225.91.106:47124</a>] PHP Parse error:  syntax error, unexpected '$m' (T_VARIABLE), expecting identifier (T_STRING) in /home/philippe/Dropbox/Chaos/pmwiki/pmwiki.php(466) : run</span><span style="font-family:"Courier New""><br>
time-created function on line 1</span><o:p></o:p></p>
<p class="MsoNormal">And, looking at the code, it’s in a function that I don’t understand at all:<o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">function PCCF($code, $template = 'default', $args = '$m') {</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">  global $CallbackFnTemplates, $CallbackFunctions;</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">  if (!isset($CallbackFnTemplates[$template]))</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">    Abort("No \$CallbackFnTemplates[$template]).");</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">  $code = sprintf($CallbackFnTemplates[$template], $code);</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">  if (!isset($CallbackFunctions[$code])) {</span><o:p></o:p></p>
<p class="MsoNormal"><b><span style="font-family:"Courier New";color:red">    $fn = create_function($args, $code);</span><span style="color:red"><o:p></o:p></span></b></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">    if ($fn) $CallbackFunctions[$code] = $fn;</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">    else StopWatch("Failed to create callback function: ".PHSC($code));</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">  }</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">  return $CallbackFunctions[$code];</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">By the way, this is with the latest version of PmWiki, 2.2.84 actually, in the previous version that I had, I had the same error on line 461 instead of 466).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I must also say that the php setup has changed a lot since my previous installation of Arch Linux. It is now using something called php7_module, instead of php5. I have tried to look at the differences, but honestly I am stumped, the code
 above is really too tough for me...<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks in advance,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Philippe<o:p></o:p></p>
</div>
<p><span style="font-family: arial unicode ms; color: Black; font-size: 8pt;">This message contains</span><span style="font-family: arial unicode ms; color: Red; font-size: 8pt;"><b> OPEN
</span><span style="font-family: arial unicode ms; color: Black; font-size: 8pt;"></b>information that is not sensitive and can be freely accessed by people both inside and outside of the Thales Group<br>
</span></p>
<p><span style="font-family: arial unicode ms; color: Black; font-size: 7pt;">This email was classified by</span><span style="font-family: microsoft sans serif; color: Black; font-size: 10pt;">
</span><span style="font-family: microsoft sans serif; color: Blue; font-size: 8pt;">Krait, Philippe
</span><span style="font-family: microsoft sans serif; color: Black; font-size: 8pt;"></span><span style="font-family: arial unicode ms; color: Black; font-size: 7pt;">on Monday, 29 February 2016 10:30:56 PM</span></p>

-------------------------------------------------------------------------
DISCLAIMER: This e-mail transmission and any documents, files and 
previous e-mail messages attached to it are private and confidential.  
They may contain proprietary or copyright material or information that 
is subject to legal professional privilege.  They are for the use of 
the intended recipient only.  Any unauthorised viewing, use, disclosure, 
copying, alteration, storage or distribution of, or reliance on, this 
message is strictly prohibited.  No part may be reproduced, adapted or 
transmitted without the written permission of the owner.  If you have 
received this transmission in error, or are not an authorised recipient, 
please immediately notify the sender by return email, delete this 
message and all copies from your e-mail system, and destroy any printed 
copies.  Receipt by anyone other than the intended recipient should not 
be deemed a waiver of any privilege or protection.  Thales Australia 
does not warrant or represent that this e-mail or any documents, files 
and previous e-mail messages attached are error or virus free.  

-------------------------------------------------------------------------
</body>
</html>