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.
如何在运行 PHP 7.x 的 Azure Web 应用程序中查看 wincache 日志?我可以看到有一个,但不知道如何查看它。例如,如果 wincache_ucache_set 返回一个错误,我想知道为什么,它所做的只是返回 FALSE。
您需要wincache.enablecli=1在 webapp 中设置配置。
wincache.enablecli=1
您可以阅读有关更改配置设置的指南。
有关更多详细信息,您可以阅读Gary Liu 在帖子中的回答。