Enable UTF8 support for PCRE
Posted: Thu Oct 09, 2008 10:59 am
I was recently trying out a new application but wasn't receiving the results I was expecting and after taking a look at my error logs it would appear that PHP's Perl Compatible Regular Expression extension was not compiled with UTF8 support which my application requires.
So it seems like it would be fairly straightforward, but I wanted to know what I would need to do to enable utf8 support when upgrading through yum and the ART repository?
Would it be something like:
yum update php --enable-utf8 or is it more complicated than that?
The procedure is what I'd like to get squared away
.
Thanks!
So it seems like it would be fairly straightforward, but I wanted to know what I would need to do to enable utf8 support when upgrading through yum and the ART repository?
Would it be something like:
yum update php --enable-utf8 or is it more complicated than that?
The procedure is what I'd like to get squared away

Thanks!