From aed6a3f0012e7e1b132027bf93e55d330ec07f0e Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Wed, 12 Sep 2018 15:21:11 +0800 Subject: [PATCH] MDL-62294 lib: Take note of cherry-picked upstream commit * Make a note of the applied upstream patch in lib/lessphp/moodle_readme.txt which fixes the PHP 7.2 compatibility issue when counting ruleset rules. --- lib/lessphp/moodle_readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/lessphp/moodle_readme.txt b/lib/lessphp/moodle_readme.txt index 95ea15ae0c4..115379dfe4d 100644 --- a/lib/lessphp/moodle_readme.txt +++ b/lib/lessphp/moodle_readme.txt @@ -12,3 +12,6 @@ Also copy the license file from the project root. Licensed under the Apache license 2.0. +Modifications: +* MDL-62294 - Cherry-picked upstream commit to fix PHP 7.2 compatibility when counting ruleset rules. + https://github.com/oyejorge/less.php/commit/669acc51817a8da162b5f1b7137e79f0e4acc636