简体   繁体   中英

How can I install extensions in PHP 7.4 (xampp 3.2.2)?

I want mbstring and fileinfo. There's no default php.ini file.
(And yes, I do have access to the \\php\\ext directory.)

打开php.ini,去掉下面一行前面的分号字符(;)。

     extension = php_mbstring.dll

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM