发新话题
打印

preg_replace函数错误

preg_replace函数错误

为什么将工程转移到frebsd下,提示我这样的错误?
Fatal error: Call to undefined function: preg_replace() in /usr/home/dxw/sainet/system/libraries/Router.php on line 125

125行是这样的函数:foreach(explode("/", preg_replace("|/*(.+?)/*$|", "\\1", $this->uri_string)) as $val)

TOP

PHP 环境问题,看看是不是少编译什么模块了。
QQ: 49489680
MSN: zhaochang_tj AT hotmail DOT com

TOP

发新话题