[wp-trac] [WordPress Trac] #25709: Searches with stopwords can trigger E_WARNING when PCRE is lacking UTF-8 support
WordPress Trac
noreply at wordpress.org
Sun Oct 27 20:52:20 UTC 2013
#25709: Searches with stopwords can trigger E_WARNING when PCRE is lacking UTF-8
support
------------------------------+---------------------
Reporter: nacin | Owner: nacin
Type: defect (bug) | Status: closed
Priority: high | Milestone: 3.7.1
Component: General | Version: 3.7
Severity: major | Resolution: fixed
Keywords: has-patch commit |
------------------------------+---------------------
Comment (by nacin):
In [changeset:"25955"]:
{{{
#!CommitTicketReference repository="" revision="25955"
Query stopwords: Only eliminate single A-Z letters as search terms.
Merges [25954] to the 3.7 branch.
Stop trying to match any single letters that are not East Asian
characters, as this requires PCRE with UTF-8 support; and because it
doesn't actually work.
fixes #25709.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25709#comment:20>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list