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

Php service, PHP 7.2 support #22

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

Commits on Dec 2, 2018

  1. Update PHPUnit

    kalifg committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    117e4e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Fix Illegal string offset '39.0000000000000000'

    bcmod returns a float, which isn't type-juggled to an int in
    PHP 7.2
    kalifg committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    b2d6dc1 View commit details
    Browse the repository at this point in the history
  2. Add PHPService

    Uses hand-written pure PHP base-change algorithm
    kalifg committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    a7f3cf7 View commit details
    Browse the repository at this point in the history