diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-06-13 01:43:32 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-06-13 01:43:32 +0530 |
commit | 96cb75dedb73dc0e36b842492f6a176db9147023 (patch) | |
tree | fd53bbc5a70af9b94a041f86d1902258e6cac0f3 /phpBB/language/en | |
parent | e127ba17ea3259d1fa9a135b8ae5ab9136bc7712 (diff) | |
download | forums-96cb75dedb73dc0e36b842492f6a176db9147023.tar forums-96cb75dedb73dc0e36b842492f6a176db9147023.tar.gz forums-96cb75dedb73dc0e36b842492f6a176db9147023.tar.bz2 forums-96cb75dedb73dc0e36b842492f6a176db9147023.tar.xz forums-96cb75dedb73dc0e36b842492f6a176db9147023.zip |
[ticket/10936] remove PCRE and mbstring support check
Since PCRE UTF8 support already has a global check no need for mbstring
or PCRE check here.
PHPBB3-10936
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/search.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 2badb082d6..2f46856557 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -54,10 +54,6 @@ $lang = array_merge($lang, array( 'FULLTEXT_MYSQL_INCOMPATIBLE_DATABASE' => 'The MySQL fulltext backend can only be used with MySQL4 and above.', 'FULLTEXT_MYSQL_NOT_MYISAM' => 'MySQL fulltext indexes can only be used with MyISAM tables.', 'FULLTEXT_MYSQL_TOTAL_POSTS' => 'Total number of indexed posts', - 'FULLTEXT_MYSQL_MBSTRING' => 'Support for non-latin UTF-8 characters using mbstring:', - 'FULLTEXT_MYSQL_PCRE' => 'Support for non-latin UTF-8 characters using PCRE:', - 'FULLTEXT_MYSQL_MBSTRING_EXPLAIN' => 'If PCRE does not have unicode character properties, the search backend will try to use mbstring’s regular expression engine.', - 'FULLTEXT_MYSQL_PCRE_EXPLAIN' => 'This search backend requires PCRE unicode character properties, only available in PHP 4.4, 5.1 and above, if you want to search for non-latin characters.', 'FULLTEXT_MYSQL_MIN_SEARCH_CHARS_EXPLAIN' => 'Words with at least this many characters will be indexed for searching. You or your host can only change this setting by changing the mysql configuration.', 'FULLTEXT_MYSQL_MAX_SEARCH_CHARS_EXPLAIN' => 'Words with no more than this many characters will be indexed for searching. You or your host can only change this setting by changing the mysql configuration.', |