作曲家 - 系统缺少请求的 PHP 扩展 mbstring [已关闭]
2022-08-30 07:25:46
我最近尝试通过Composer安装软件包,但是我遇到了一个错误,我从中删除了分号,但它仍然不起作用。我该怎么办?the requested PHP extension mbstring is missing from your system.
php.ini
我最近尝试通过Composer安装软件包,但是我遇到了一个错误,我从中删除了分号,但它仍然不起作用。我该怎么办?the requested PHP extension mbstring is missing from your system.
php.ini
sudo apt-get install php-mbstring
# if your are using php 7.1
sudo apt-get install php7.1-mbstring
# if your are using php 7.2
sudo apt-get install php7.2-mbstring
# if your are using php 7.4
sudo apt-get install php7.4-mbstring
php.ini
extension_dir=C:\path\to\server\php\ext
extension=php_mbstring.dll
如果这不起作用并且缺少php_mbstring.dll文件,则此堆栈的PHP安装就完全损坏了。