lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Fatal Error PHP 8.3

Open AH72KING opened this issue 4 months ago • 1 comments

Fatal error: Array and string offset access syntax with curly braces is no longer supported in vendor\leafo\lessphp\lessc.inc.php on line 749

Using php 8.3

$this->less = new \lessc;
if (file_exists($less_path)) {
  $css = $this->less->compileFile($less_path);
}

AH72KING avatar Aug 31 '25 07:08 AH72KING

This project hasn't been updated in 7 years. I would recommend looking at the more actively maintained https://github.com/wikimedia/less.php

matdave avatar Sep 22 '25 18:09 matdave