|
发表于 2005-2-22 11:34:58
|
显示全部楼层
还是要看下安装文档,特别是安装需要哪些模块,如果是PHP的问题,文档上也会列出需要哪些模块的。
freebsd下安装PHP时装的模块比较少,很多都需要自己再增加,看ports就知道了。我的装了下面这些,用这个函数不会出错:
php4-4.3.10_2 PHP Scripting Language (Apache Module and CLI)
php4-gd-4.3.10_2 The gd shared extension for php
php4-imap-4.3.10_2 The imap shared extension for php
php4-mbstring-4.3.10_2 The mbstring shared extension for php
php4-pcre-4.3.10_2 The pcre shared extension for php
php4-pgsql-4.3.10_2 The pgsql shared extension for php
php4-session-4.3.10_2 The session shared extension for php
php4-xml-4.3.10_2 The xml shared extension for php |
|