aboutsummaryrefslogtreecommitdiff
path: root/lib/less.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-07fix bug in less.phpAndreas Hubel1-1/+1
2020-06-04Fix PHP8 deprecation warningMatthias Larisch1-1/+1
2020-05-09Fix PHP 7.4 deprecation warning, also: exception string formattingDaniel Molkentin1-2/+2
2020-05-01fix php 7.4 problemAndreas Hubel1-1/+1
2019-02-04Revert "update less.php to PHP 7.x compatible fork"derchris63-10862/+21076
This reverts commit 7ad9f272a482802da2d43fe83841adbe9bcd8cb4.
2019-02-02update less.php to PHP 7.x compatible forkderchris63-21076/+10862
2018-12-22Less.php fix php version problem with strpos wanting a string and nonempty ↵dedeibel1-1/+1
needle value
2018-12-22Less.php fixed php version problems - used break when break was meant... ↵dedeibel1-11/+11
where reconstructable...
2018-12-19Fix Less.php - PHP 7.2 issues for nowdedeibel2-128/+10655
2015-11-14less.php: take relative-url into account when building the cache filenameMaZderMind1-5/+4
this allows to compile the same file with different relative-urls with caching
2015-10-05use php-based lesscss compilerMaZderMind3-0/+10841