[pmwiki-devel] preg_replace /e depreciated in php 5.5

Petko Yotov 5ko at 5ko.fr
Sat Jun 8 03:23:23 CDT 2013


Done. Thanks!

Petko

Patrick R. Michaud writes:
> More directly, for the next release of PmWiki, change line 28 from
>
>     error_reporting(E_ALL ^ E_NOTICE);
>
> to something like
>
>     error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
>
> This will turn off the deprecation warnings without site admins
> having to go update all of their local site configs (and so that
> people won't be surprised when their webhost upgrades to PHP 5.5).
>
> Pm



More information about the pmwiki-devel mailing list