当前位置: 代码迷 >> PHP >> linux上使用xampp出现php的pcre异常
  详细解决方案

linux上使用xampp出现php的pcre异常

热度:262   发布时间:2013-01-08 14:02:14.0
linux下使用xampp出现php的pcre错误
报这个错:this version of PCRE is not compiled with PCRE_UTF8 support at offset 0
装的是最新版的xampp,网上说是安装的pcre 不兼容UTF8.只能重新编译安装pcre,在编译时加上 --enable-utf8 参数
那我应该怎样重新编译呢
------解决方案--------------------
你要是不懂如何编译,就别用xampp了,用其他封装包吧