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

Undefined function json_last_error_msg() #50

Open
nickhhg opened this issue Nov 26, 2019 · 0 comments
Open

Undefined function json_last_error_msg() #50

nickhhg opened this issue Nov 26, 2019 · 0 comments
Labels

Comments

@nickhhg
Copy link

nickhhg commented Nov 26, 2019

The library is seemingly for PHP 5.3 or greater, but it uses the function json_last_error_msg() which is only available in PHP 5.5 or later.
This can cause a fatal error if it reaches this point in the code.

Line 914 in src\Snowcap\Emarsys\Client.php

@Moinax Moinax added the bug label Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants