Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apache/2.2.11 (Fedora) 上の PHP 5.2.6 のインストールに mbstring 拡張機能を追加する必要があります。動的拡張機能が有効になっているので、本当に必要なのは .so ファイルと .ini ファイルだけだと思いますよね? これらのファイルをドロップして動作させることはできますか、それとも PHP を再コンパイルする必要がありますか? 単にアップロードして移動するだけの場合、必要なファイルはどこで入手できますか?
試してみてくださいyum install php-mbstring。次に、Apache を再起動する必要がある場合があります/sbin/service httpd restart。
yum install php-mbstring
/sbin/service httpd restart
yum info "php-*"を使用して、利用可能な他の php パッケージのリストを見つけることもできます。
yum info "php-*"