Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dokuwiki/dokuwiki
base: 65a878f98c68
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: 2145bd4c5643
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 27, 2018

  1. continue is break in switch

    This should fix a warning in PHP 7.3
    splitbrain committed Jul 27, 2018
    Copy the full SHA
    296be24 View commit details
    Browse the repository at this point in the history
  2. upgraded JSON class to latest (2006) version

    from http://mike.teczno.com/JSON/JSON.phps
    
    This fixes a problem on PHP 7.2. However ultimately this class should be
    dropped in favor of the native json_decode/json_encode functions.
    splitbrain committed Jul 27, 2018
    Copy the full SHA
    2145bd4 View commit details
    Browse the repository at this point in the history