https://bugzilla.wikimedia.org/show_bug.cgi?id=25735

           Summary: preg cannot compile patters in CSSMin.php
           Product: MediaWiki
           Version: 1.17-svn
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Resource Loader
        AssignedTo: tpars...@wikimedia.org
        ReportedBy: p.ora...@xs4all.nl
                CC: roan.katt...@gmail.com


Created attachment 7772
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7772
adjusts patterns to use old syntax for naming subpatterns

The preg syntax for patterns allows naming of subpartterns.
When using preg with version < 5.2.2 the syntax used by CSSMin (?<name>) isn't
supported. The older syntax (?P<name>) can be used on all versions though; so
please use that (patch attached).

See also http://php.net/manual/en/function.preg-match.php.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to