[pmwiki-users] PHP version for PmWiki

michael paulukonis xraysmalevich at gmail.com
Fri Jun 19 08:50:58 CDT 2015


The current version of PmWiki - 2.2.76 - is compatible with PHP 5.5 per
http://www.pmwiki.org/wiki/PmWiki/Requirements

Are you referring to code in PmWiki, or of cookbook extensions?

What version of PmWiki are you running?

-Michael Paulukonis
http://www.xradiograph.com
<http://goog_2112721603>Interference Patterns (a blog)
<http://www.xradiograph.com/interference>
@XraysMonaLisa <https://twitter.com/XraysMonaLisa>
http://michaelpaulukonis.com

Sent from somewhere in the Cloud
(hearthrug, by the fender)

On Fri, Jun 19, 2015 at 9:27 AM, Bernard Bel <bernarbel at gmail.com> wrote:

> Hello,
>
> 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!
>
> In France, OVH, the foremost service provider, announced that after 24
> September 2015 they will no longer support PHP 5.3 and earlier versions.
>
> 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
>
>    str_replace($this,$that,$line,&$count)
>
> with:
>
>    str_replace($this,$that,$line,$count)
>
> I notice that PHP code is often using the '&' addressing and it does not
> look easy to change all occurrences...
>
> So, my question is: is there a chance that we get a new version of PmWiki
> supporting PHP >= 5.4 before September 24?
>
> Otherwise, which new piece of software should we use to migrate from the
> obsolete PmWiki?
>
> Your advice will be greatly appreciated!
>
> Bernard Bel <bernard.bel at lpl-aix.fr>
> Ingénieur de recherche
> Laboratoire Parole et Langage
> http://lpl-aix.fr
> UMR 7309 CNRS - Université d'Aix-Marseille
> 13604 Aix-en-Provence (France)
>
> Founder member, Special Interest Group on Speech Prosody (SProSIG)
>
> Designer and curator, Speech & Language Data Repository (SLDR)
> http://sldr.org
>
> Bol Processor project
> http://bolprocessor.sourceforge.net
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20150619/889b6be4/attachment.html>


More information about the pmwiki-users mailing list