apache - How do I enable mbstring extension on PHP 5, Fedora server -
i need add mbstring extension install of php 5.2.6 on apache/2.2.11 (fedora). have dynamic extensions enabled think need .so file , .ini files, correct? can drop these files in , make work or have recompile php? if it's upload , go, can files need?
try yum install php-mbstring
. may need restart apache, e.g. /sbin/service httpd restart
.
you can use yum info "php-*"
find list of other php packages available.
Comments
Post a Comment