在powershell中查看完整的拓展
powershell
php -m
指定搜索某几个拓展
powershell
php -m | Select-String -Pattern "xml"