jrgp / linfo

Linfo PHP Server Health Status
MIT License
361 stars 73 forks source link

Class 'COM' not found #64

Closed gemal closed 7 years ago

gemal commented 7 years ago

Fatal error: Class 'COM' not found in linfo\src\Linfo\OS\Windows.php on line 52

using # v.3.0.1 8/24/2016

jrgp commented 7 years ago

You need to have PHP's COM extension installed for linfo to work on windows.

jrgp commented 7 years ago

I'm going to close this as installing COM should definitely fix this. Feel free to reopen/reply if it does not.