安装
mbstring is a non-default extension. This means it is not enabled by default. You must explicitly enable the module with the configure option. See the Install section for details. The following configure options are related to the mbstring module. --enable-mbstring: Enable mbstring functions. This option is required to use mbstring functions. libmbfl is necesarry for mbstring. libmbfl is bundled with mbstring. If libmbfl is already installed on the system, --with-libmbfl[=DIR] can be specified to use the installed library. As of PHP 4.3.0, mbstring extension provides enhanced support for Simplified Chinese, Traditional Chinese, Korean, and Russian in addition to Japanese. For PHP 4.3.3 or before, To enable that feature, you will have to supply either one of the following options to the LANG parameter of --enable-mbstring=LANG; --enable-mbstring=cn for Simplified Chinese support, --enable-mbstring=tw for Traditional Chinese support, --enable-mbstring=kr for Korean support, --enable-mbstring=ru for Russian support, and --enable-mbstring=ja for Japanese support (default). To enable all supported encoding, use --enable-mbstring=all. 注: As of PHP 4.3.4, all supported encoding by libmbfl is enabled with --enable-mbstring. --enable-mbstr-enc-trans : Enable HTTP input character encoding conversion using mbstring conversion engine. If this feature is enabled, HTTP input character encoding may be converted to mbstring.internal_encoding automatically. 注: As of PHP 4.3.0, the option --enable-mbstr-enc-trans was eliminated and replaced with the runtime setting mbstring.encoding_translation. HTTP input character encoding conversion is enabled when this is set to On (the default is Off). --disable-mbregex: Disable regular expression functions with multibyte character support. 

解决方案 »

  1.   

    按如下参数编译的,各位帮我看看。./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs
    --with-mysql=/usr/local/mysql/ 
    --with-curl=/usr/local/curl --enable-ftp 
    --with-libxml-dir=/usr/local/libxml2 
    --with-expat-dir=/usr/lib --enable-soap 
    --with-xsl=/usr/local/libxslt --enable-xslt 
    --with-gd=/usr/local/gd2/ 
    --with-jpeg-dir=/usr/local/jpeg6/ 
    --with-zlib-dir=/usr/local/lib/
    --with-png=/usr/local/lib/
    --with-freetype-dir=/usr/local/freetype/
    --with-mbstring --enable-mbstring=all
      

  2.   

    我看网上说需安装php-mbstring-4.3.9-3.8包,但找不到下载地址。
      

  3.   

    linux下不是很明白,win下就很简单了,dll在php包中有