Tim Starling has submitted this change and it was merged. Change subject: Set the PCRE backtrack limit to 1e6 ......................................................................
Set the PCRE backtrack limit to 1e6 This is the default in PCRE, but PHP overrode this with a lower value until PHP 5.3.7. See https://bugs.php.net/bug.php?id=40846 Was causing RTL flipping of large CSS files to break, see https://bugzilla.wikimedia.org/show_bug.cgi?id=38294 Change-Id: I4256bae9b941c34a76ec90610710ef4f446d8eef --- M files/php/php.ini.appserver 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Tim Starling: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/21824 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4256bae9b941c34a76ec90610710ef4f446d8eef Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Catrope <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Ryan Lane <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: gerrit2 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
