lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

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

Open ShapeGroup opened this issue 4 years ago • 5 comments

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

ShapeGroup avatar Jul 15 '20 13:07 ShapeGroup

same

morovinger avatar Sep 23 '20 19:09 morovinger

Also

cokuna-josipperkovic avatar Oct 05 '20 08:10 cokuna-josipperkovic

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

brettnzl avatar Oct 12 '20 02:10 brettnzl

Any plans when this will be updated to lessphp?

ca-dsgn avatar Nov 25 '20 19:11 ca-dsgn

I forked this package and fixed this issues:

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

=> v0.5.1

marfrelen avatar Apr 09 '21 09:04 marfrelen