Class 'COM' not found

倾然丶 夕夏残阳落幕 提交于 2019-11-26 18:54:46
StXh

From PHP 5.4.5, COM and DOTNET is no longer built into the php core.you have to add COM support in php.ini:

[COM_DOT_NET]
extension=php_com_dotnet.dll

Otherwise you will see this in your error log: Fatal error: Class 'COM' not found

The extension is included with php 5.4.5 for Windows.

See COM Requirements:

COM functions are only available for the Windows version of PHP.

.Net support requires PHP 5 and the .Net runtime.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!