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

Return null on empty json string in PHP7 #712

Open
wants to merge 1 commit into
base: working
Choose a base branch
from

Commits on Aug 26, 2017

  1. Return null on empty json string

    PHP7 uses the JSOND extension for parsing JSON which now throws an error
    on an empty string. The JSON response is checked whether it is empty
    before decoding it and returns null for backwards compatibility.
    thomaslorentsen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    07a84ab View commit details
    Browse the repository at this point in the history