X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2FCSSMin.php;h=b538d3bb98c2961b6b32a8453e7cbba71dd7d9a6;hp=73825e82e32a603a0814fce6f8c84d1dcac2eb20;hb=aec80a1fb774715e43430ab583c190b79e468fce;hpb=d21c49254b9bfabfe7b0fbe6ec8dcb339ada3598;ds=sidebyside diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 73825e82e3..b538d3bb98 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -402,6 +402,7 @@ class CSSMin { // Match these three variants separately to avoid broken urls when // e.g. a double quoted url contains a parenthesis, or when a // single quoted url contains a double quote, etc. + // FIXME: Simplify now we only support PHP 7.0.0+ // Note: PCRE doesn't support multiple capture groups with the same name by default. // - PCRE 6.7 introduced the "J" modifier (PCRE_INFO_JCHANGED for PCRE_DUPNAMES). // https://secure.php.net/manual/en/reference.pcre.pattern.modifiers.php