I am trying to run a regex on my site and I get this answer:
Compilation error: support \ P, \ p, and \ X is not compiled to offset 1
After a short search on Google, I found that my PCRE on my server does not seem to have UTF8 enabled and therefore causes problems. When I ssh with pcretest -C, I get
PCRE Version 6.6 06-Feb-2006
Compiled with support for UTF-8 No Support for Unicode properties Newline LF symbol Internal link size = 2 POSIX malloc threshold = 10
Default Compliance Limit = 10000000
Default recursion depth limit = 10000000 Match recursion uses stack
When I do yum update pcre, it tells me that there is nothing to update.
People tell me that I can enable UTF-8 support ... help?
I am noob.
source share