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 7.4 warning: Array and string offset access syntax with curly braces (version 5). #104

Open
VladimirAus opened this issue Jun 7, 2020 · 3 comments

Comments

@VladimirAus
Copy link

VladimirAus commented Jun 7, 2020

Deprecated function: Array and string offset access syntax with curly braces is deprecated in require_once() (line 4 of vendor/campaignmonitor/createsend-php/class/serialisation.php).

Version: 5.1.3

@VladimirAus VladimirAus changed the title PHP 7.4 warning: Array and string offset access syntax with curly braces PHP 7.4 warning: Array and string offset access syntax with curly braces (version 5). Jun 7, 2020
@markdavies
Copy link

markdavies commented Jun 15, 2020

I'm also seeing this in 5.1.3. I'm managing to get around it by prefixing method calls with '@' but that's obviously not ideal.

@contika
Copy link

contika commented Jul 30, 2020

I am getting this error:
production.ERROR: Array and string offset access syntax with curly braces is deprecated {"exception":"[object] (ErrorException(code: 0): Array and string offset access syntax with curly braces is deprecated at ...../vendor/campaignmonitor/createsend-php/class/services_json.php:156

@rvanbaalen
Copy link

rvanbaalen commented May 7, 2021

This seems to have been resolved in the latest version with PR #102

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

4 participants