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

Deprecated Array and string offset access syntax with curly braces is deprecated #652

Open
ShapeGroup opened this issue Jul 15, 2020 · 5 comments

Comments

@ShapeGroup
Copy link

From php 7.4 it emits this error:
Deprecated: Array and string offset access syntax with curly braces is deprecated in /........../getlibs/lessphp/lessc.inc.php on line XXX

@morovinger
Copy link

same

@cokuna-josipperkovic
Copy link

Also

@brettnzl
Copy link

you can fix it by just replacing all {0} with [0] but yes this needs to be updated.

@ca-dsgn
Copy link

ca-dsgn commented Nov 25, 2020

Any plans when this will be updated to lessphp?

@marfrelen
Copy link

marfrelen commented Apr 9, 2021

I forked this package and fixed this issues:

https://packagist.org/packages/marfrelen/lessphp

=> v0.5.1

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

6 participants