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)