Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis build fixes (PHP 7.1, HHVM) #271

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    b60426b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db62fc6 View commit details
    Browse the repository at this point in the history
  3. Fixes mcrypt_encrypt deprecation

    The mcrypt_encrypt function has been DEPRECATED as of PHP 7.1.0. We are encouraged to use openssl_encrypt instead.
    FlipEverything committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    277ba44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    338497f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deba373 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    1332e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f105e5 View commit details
    Browse the repository at this point in the history
  3. Fixes HHVM build

    FlipEverything committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    da7a3dd View commit details
    Browse the repository at this point in the history