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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l