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.
我已经安装了所有必需的库,例如
[COM_DOT_NET] extension=php_com_dotnet.dll
并重新启动 IIS 仍然无法使其工作?我不断收到该错误的任何线索:
Fatal error: Class 'COM' not found in
非常感谢
确保它在 IIS 中启用
IIS 管理器 -> PHP 管理器 -> PHP 扩展 -> 启用或禁用扩展
还要确保 dll 文件位于 php 安装的 ext 文件夹中
add<br> extension=php_com_dotnet.dll<br> on php.ini