<div dir="ltr"><div class="gmail_default" style="font-family:'courier new',monospace">Hummm... according to PmWiki/Requirements, what you need for running pmwiki new install is pretty basic and I guess all recent versions support php 5.3 thus you might not be targeting the real issue</div><div class="gmail_default" style="font-family:'courier new',monospace"><br></div><div class="gmail_default" style="font-family:'courier new',monospace"><ol style="margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:14.6666669845581px;line-height:19.5066661834717px"><li><a class="" href="http://php.net/" rel="nofollow">PHP</a> 4.3 or later<ul style="margin-top:0px;margin-bottom:0px"><li>PHP 5 or later is recommended</li><li>for PHP 5.5 compatibility use the current version of PmWiki</li></ul></li></ol></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_default" style="font-family:'courier new',monospace">In real life, just install a new independant pmwiki instance somewhere on your account, so you can test.</div><div class="gmail_default" style="font-family:'courier new',monospace">If it's working, try copying there in wiki.d some data. Check what trouble are happening. Pay special attention to encoding (utf8). </div><div class="gmail_default" style="font-family:'courier new',monospace"><br></div><div class="gmail_default" style="font-family:'courier new',monospace">​Issues you encounter are likely to be related to something else than php version : your own modifications maybe ? or the recipes you use ? or encoding trouble ?​</div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-19 16:28 GMT+02:00 Bernard Bel <span dir="ltr"><<a href="mailto:bernarbel@gmail.com" target="_blank">bernarbel@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you Michael!<br>
<br>
I had installed PmWiki version 2.2.74 on 31 March 2015 and it would not run under PHP 5.4<br>
<br>
Version 2.2.76 accepting PHP 5.5 is very good news!<br>
<br>
We use the Barthelme theme (<a href="http://www.plaintxt.org/themes/barthelme/" rel="noreferrer" target="_blank">http://www.plaintxt.org/themes/barthelme/</a>), no particular cookbook.<br>
<br>
I found it worrying not to find a list of PmWiki versions along with supported PHP versions.<br>
<br>
All the best<br>
<span class="HOEnZb"><font color="#888888"><br>
Bernard Bel<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 19 juin 2015, at 15:50, michael paulukonis <<a href="mailto:xraysmalevich@gmail.com">xraysmalevich@gmail.com</a>> wrote:<br>
<br>
> The current version of PmWiki - 2.2.76 - is compatible with PHP 5.5 per <a href="http://www.pmwiki.org/wiki/PmWiki/Requirements" rel="noreferrer" target="_blank">http://www.pmwiki.org/wiki/PmWiki/Requirements</a><br>
><br>
> Are you referring to code in PmWiki, or of cookbook extensions?<br>
><br>
> What version of PmWiki are you running?<br>
><br>
> -Michael Paulukonis<br>
> <a href="http://www.xradiograph.com" rel="noreferrer" target="_blank">http://www.xradiograph.com</a><br>
> Interference Patterns (a blog)<br>
> @XraysMonaLisa<br>
> <a href="http://michaelpaulukonis.com" rel="noreferrer" target="_blank">http://michaelpaulukonis.com</a><br>
><br>
> Sent from somewhere in the Cloud<br>
> (hearthrug, by the fender)<br>
><br>
> On Fri, Jun 19, 2015 at 9:27 AM, Bernard Bel <<a href="mailto:bernarbel@gmail.com">bernarbel@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> I was a subscriber of this list in 2012 after enthusiastically converting old wikis to PmWiki.  I have just subscribed again because I am facing a serious problem. My apologies if the issue has already been raised on this list!<br>
><br>
> In France, OVH, the foremost service provider, announced that after 24 September 2015 they will no longer support PHP 5.3 and earlier versions.<br>
><br>
> I upgraded the wikis I am in charge of and noticed that they still run under PHP 5.3.  Version 5.4 yields error messages due to an obsolete manner of passing variable pointers in functions. In my conventional web design, for instance, I had to replace calls such as<br>
><br>
>    str_replace($this,$that,$line,&$count)<br>
><br>
> with:<br>
><br>
>    str_replace($this,$that,$line,$count)<br>
><br>
> I notice that PHP code is often using the '&' addressing and it does not look easy to change all occurrences...<br>
><br>
> So, my question is: is there a chance that we get a new version of PmWiki supporting PHP >= 5.4 before September 24?<br>
><br>
> Otherwise, which new piece of software should we use to migrate from the obsolete PmWiki?<br>
><br>
> Your advice will be greatly appreciated!<br>
><br>
> Bernard Bel <<a href="mailto:bernard.bel@lpl-aix.fr">bernard.bel@lpl-aix.fr</a>><br>
> Ingénieur de recherche<br>
> Laboratoire Parole et Langage<br>
> <a href="http://lpl-aix.fr" rel="noreferrer" target="_blank">http://lpl-aix.fr</a><br>
> UMR 7309 CNRS - Université d'Aix-Marseille<br>
> 13604 Aix-en-Provence (France)<br>
><br>
> Founder member, Special Interest Group on Speech Prosody (SProSIG)<br>
><br>
> Designer and curator, Speech & Language Data Repository (SLDR)<br>
> <a href="http://sldr.org" rel="noreferrer" target="_blank">http://sldr.org</a><br>
><br>
> Bol Processor project<br>
> <a href="http://bolprocessor.sourceforge.net" rel="noreferrer" target="_blank">http://bolprocessor.sourceforge.net</a><br>
> _______________________________________________<br>
> pmwiki-users mailing list<br>
> <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
> <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
><br>
<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br></div></div>