aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/search.php
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-06-12 04:18:39 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-07-05 21:13:40 +0530
commit84054afc9de614bb41f178f78a71c6966b9e0537 (patch)
tree32c769f69e96e9a44dc14d835544a95c01ea90e6 /phpBB/language/en/acp/search.php
parent8981399ae141d87aaa2f2f7994bca9cf6df3ec24 (diff)
downloadforums-84054afc9de614bb41f178f78a71c6966b9e0537.tar
forums-84054afc9de614bb41f178f78a71c6966b9e0537.tar.gz
forums-84054afc9de614bb41f178f78a71c6966b9e0537.tar.bz2
forums-84054afc9de614bb41f178f78a71c6966b9e0537.tar.xz
forums-84054afc9de614bb41f178f78a71c6966b9e0537.zip
[feature/postgresql-fulltext-search] remove mbstring support
Remove the usage of mbstring regex engine when PCRE does not support UTF8 since its a requirement for phpbb 3.1 PHPBB3-9730
Diffstat (limited to 'phpBB/language/en/acp/search.php')
-rw-r--r--phpBB/language/en/acp/search.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php
index a307bc3e07..6d45878038 100644
--- a/phpBB/language/en/acp/search.php
+++ b/phpBB/language/en/acp/search.php
@@ -64,12 +64,10 @@ $lang = array_merge($lang, array(
'FULLTEXT_POSTGRES_INCOMPATIBLE_VERSION' => 'The PostgreSQL fulltext backend can only be used with PostgreSQL.',
'FULLTEXT_POSTGRES_TS_NOT_USABLE' => 'The PostgreSQL fulltext backend can only be used with PostgreSQL 8.3 and above.',
'FULLTEXT_POSTGRES_TOTAL_POSTS' => 'Total number of indexed posts',
- 'FULLTEXT_POSTGRES_MBSTRING' => 'Support for non-latin UTF-8 characters using mbstring:',
'FULLTEXT_POSTGRES_PCRE' => 'Support for non-latin UTF-8 characters using PCRE:',
'FULLTEXT_POSTGRES_TS_NAME' => 'Tsearch2 Configuration Profile:',
'FULLTEXT_POSTGRES_MIN_WORD_LEN' => 'Minimum word length for keywords',
'FULLTEXT_POSTGRES_MAX_WORD_LEN' => 'Maximum word length for keywords',
- 'FULLTEXT_POSTGRES_MBSTRING_EXPLAIN' => 'If PCRE does not have unicode character properties, the search backend will try to use mbstring’s regular expression engine.',
'FULLTEXT_POSTGRES_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_POSTGRES_TS_NAME_EXPLAIN' => 'The Tsearch2 configuration profile used to determine the parser and dictionary.',
'FULLTEXT_POSTGRES_MIN_WORD_LEN_EXPLAIN' => 'Words with at least this many characters will be included in the query to the database.',