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

_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to