首页 相关文章 解决Fatal error: Call to undefined function: preg_match()

解决Fatal error: Call to undefined function: preg_match()


经常有兄弟遇到这个问题,装了apache+mysql+php,很高兴的去用bbs什么的,发现不能运行,而phpinfo函数显示的是正常的,现把问题解决方案贴出来,以备大家查询。
1、原因:安装php的时候没有加入PERL_REGEXT的支持,也就是所谓的perl兼容正则表达式
2、首先确保您的php是以mod_php来安装的。
[code:1:e8270bf028]
cd /usr/ports/www/mod_php4
make install clean;
[/code:1:e8270bf028]
3、还需要安装php4-extensions
[code:1:e8270bf028]
cd /usr/ports/lang/php4-extensions/
make install clean;
[/code:1:e8270bf028]
authen 回复于:2005-09-09 08:30:30 源代码编译也很好
[quote:253b1f6f21="TecZm"]标题: Apache+mysql+php+phpbb建论坛
1.从各自官方网站取得程序:
...[ 查看全文 ]

解决Fatal error: Call to undefined function: preg_match()的相关文章

手机页面
收藏网站 回到头部