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.
我需要将 mbstring 扩展添加到在 Apache/2.2.11 (Fedora) 上安装 PHP 5.2.6。我们启用了动态扩展,所以我真的认为我需要的只是 .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-*"