[dokuwiki] New PR: Fix PHP Notices: Reduce error log noise

  • From: "micgro42" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 26 Jul 2017 17:20:35 +0200 (CEST)

Hi,

micgro42 opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/2057:

The core still throws some notices. Even though DokuWiki suppresses them, I 
think they are worth fixing.

Especially the changes in `/inc/parser/renderer.php` could be refactored into 
nicer code once we reach PHP 7 and can access the `??` operator.

However, there are still many Notices being thrown by plugins.

PS: I wrote a [small Plugin](https://www.dokuwiki.org/plugin:showphperrors) to 
display notices and other errors suppressed by DokuWiki. I find it helpful 
during development.

Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

f85e9fc0-7215-11e7-824b-6bd4e445cfc3


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: Fix PHP Notices: Reduce error log noise - micgro42