Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

PHP 7 support #59

Merged
merged 4 commits into from
Mar 16, 2017
Merged

PHP 7 support #59

merged 4 commits into from
Mar 16, 2017

Commits on Feb 3, 2016

  1. Array key references break argument processing

    To prevent encountering the "Array key references break argument processing" (https://bugs.php.net/bug.php?id=70993) bug on PHP 7.0.1
    Replaced all array key references.
    elidemayo committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    29ccde9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Merge pull request #1 from elidemayo/patch-2

    Array key references break argument processing
    MarijnKoesen committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    7401f81 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. 1 Configuration menu
    Copy the full SHA
    d6f105c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Merge pull request #3 from Werkspot/replaced_deprecated_constructor

    Replaced the deprecated constructor with __construct()
    MarijnKoesen committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    4b0ac9b View commit details
    Browse the repository at this point in the history