gpt4 book ai didi

php - 在 PHP 7.0.1 中找不到 Finfo 类

转载 作者:可可西里 更新时间:2023-10-31 22:10:19 33 4
gpt4 key购买 nike

我正在查看 PHP 7 以及它与我当前项目的配合情况。我遇到的一个问题是找不到 Finfo (fileinfo) 类。

new finfo(FILEINFO_MIME); // Class 'finfo' not found

据我所知,Finfo 应该自动编译到 PHP 中,除非它是用标志 --disable-fileinfo 编译的。 Phpinfo 不引用文件信息或编译标志。

有没有其他人遇到过这个问题并找到了解决方案?

最佳答案

作为documentation说:

Windows users must include the bundled php_fileinfo.dll DLL file in php.ini to enable this extension.

因此,在您的 php.ini 中启用它

extension = php_fileinfo.dll

关于php - 在 PHP 7.0.1 中找不到 Finfo 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34982109/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com