I am trying to get the Kohana PHP Framework to work on my localhost using xampp on windows, the problem is: PCRE UTF-8 PCRE has not been compiled with UTF-8 support.
Can Anyone help me how to do this on windows?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Someone reported (and solved) this problem on Kohana forums. He’s running Kohana on Linux though. In summary, he installed the latest PCRE with enabled UTF-8 support then recompiled PHP.
You can get a Windows version of PCRE with UTF-8 support here and build PHP using this guide.
(Sorry, I can’t post comments yet: what’s your XAMPP version, btw? I’m also running Kohana (3.2) on it but didn’t encounter this problem.)