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 <[email protected]> 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 <[email protected]> > 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 > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users >
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
