Доброго времени, не могу победить Апач на CentOS 6.3На сколько я понял, проблема с кодировкой
Вроде как обновил pcre с параметрами
# tar -xzf pcre-8.31.tar.gz
# cd pcre-8.31
# ./configure --enable-utf8 --enable-unicode-properties
# make && make install
начало писать UTF-8 support, но проблема осталась
[root@pupsik pcre-8.31]# pcretest -C
PCRE version 8.31 2012-07-06
Compiled with
8-bit support only
UTF-8 support
Unicode properties support
No just-in-time compiler support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack
[root@pupsik pcre-8.31]#
В логах форума
2: preg_replace(): Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0
Файл: /Sources/PortalBlocks.php
Строка: 1998
2: preg_replace(): Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0
Файл: /Sources/Subs.php
Строка: 2775