I am attempting to run a regex on my site, and I am getting this response:\[quote\] Compilation failed: support for \P, \p, and \X has not been compiled at offset 1\[/quote\]After googling for a bit, I've found that apparently my PCRE on my server is not UTF8 enabled, and is therefore causing problems. When I ssh with pcretest -C I getPCRE version 6.6 06-Feb-2006\[quote\] Compiled with UTF-8 support No Unicode properties support Newline character is LF Internal link size = 2 POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000 Match recursion uses stack\[/quote\]When I do yum update pcre it tells me that there isn't anything to update.People are telling me that I can turn on UTF-8 support...help?I am a noob.
Default match limit = 10000000
Default recursion depth limit = 10000000 Match recursion uses stack\[/quote\]When I do yum update pcre it tells me that there isn't anything to update.People are telling me that I can turn on UTF-8 support...help?I am a noob.