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

PHP7 compatibility #45

Open
JosiahCarberry opened this issue Oct 20, 2016 · 0 comments
Open

PHP7 compatibility #45

JosiahCarberry opened this issue Oct 20, 2016 · 0 comments

Comments

@JosiahCarberry
Copy link

A check of PHP7 compatibility yields:
For...
.../plugins/betteroptin/vendor/gambitph/titan-framework/inc/scssphp/scss.inc.php
HP version 7.0 and cannot be invoked as a function (T_STRING)
3643 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword 'string' (since version 7.0)
3756 | ERROR | 'string' is a reserved keyword introduced in PHP version 7.0 and cannot be invoked as a function (T_STRING)
4007 | ERROR | 'string' is a reserved keyword introduced in PHP version 7.0 and cannot be invoked as a function (T_STRING)

Do you plan to make updates to resolve these errors? If so, for when?

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