[dokuwiki] git changes 2017-02-11

  • From: xref@xxxxxxxxxxxx (DokuWiki Develtools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 11 Feb 2017 03:00:02 +0100


Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/63ab400a7a490c6ee288e2df320eb274fe72da1d
Merge: 9c5f311 7b6bf7a
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 10 16:48:40 2017 +0100

    Merge pull request #1832 from splitbrain/fixStrictWarnings
    
    Fix strict standard warnings in dropdowns for PHP <=5.6


http://github.com/splitbrain/dokuwiki/commit/7b6bf7a3e03b0d39cd90f7b056b35fbf4bd6ef96
Author: Michael Grosse <grosse[at]cosmocode.de>
Date:   Fri Feb 10 15:59:05 2017 +0100

    Fix strict warnings in optgroups/dropdowns
    
    PHP 5.6 and below throw a strict standards warning at the changed lines.
    An intermediate variable is introduced to avoid this warning.
    
    PHP 7+ changes the severity of this warning to E_NOTICE which is
    suppressed by DokuWiki.
    
    This error was introduced in #1778

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


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

Other related posts:

  • » [dokuwiki] git changes 2017-02-11 - DokuWiki Develtools