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

json_encode function does not expect depth parameter in PHP 5.4 #3

Open
xaviermartinez2012 opened this issue May 26, 2017 · 0 comments

Comments

@xaviermartinez2012
Copy link

The depth parameter was added to the json_encode function on version 5.5. Therefore, the call to json_encode (in ./vendor/guzzlehttp/guzzle/src/functions.php line 322) raises a warning.

Running $response = $mj->post(Resources::$Email, ['body' => $body]); crashes due to the above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant