问题描述
我发现了一些文章,这些文章描述了为Windows Web Apps添加.dll文件以添加默认情况下不包括的PHP扩展的功能,并且很好奇Linux方面是否可以选择. /p>
现在,Linux PHP 7.0相当简陋,没有添加任何缓存扩展.我希望使用Azure Redis进行网站缓存,但是,由于默认映像中没有PHP扩展名,因此我需要添加该扩展名.我知道有能力 来启动自定义Web App容器,但是,我希望保留由Web App for Linux中提供的预构建映像提供的管理端.
如果无法像Windows中那样添加新扩展名,并且需要使用Web App for Containers,我很好奇,如果我基于您的PHP映像构建基础,Azure仍将管理对Apache/PHP/etc的修补...我的自定义容器?
谢谢!
I've found articles describing the ability to add .dll files for Web Apps for Windows to add PHP extensions that aren't included by default and was curious if there's an option for the Linux side of things.
Right now the Linux PHP 7.0 is rather bare-bones with no caching extensions added. I was hoping to use Azure Redis for site caching, but, since there's no PHP extension for it in your default images I'm needing to add that extension. I know there's the ability to spin up custom Web App Containers, but, I was hoping to keep the managed side provided by the pre built images offered in Web App for Linux.
If it's not possible to add new extensions like in Windows and it's required to use Web App for Containers, I'm curious if I built my base off your PHP image will Azure still manage patching Apache/PHP/etc... with my custom Container?
Thanks!
这篇关于[PHP] [Web应用程序] [Linux] Linux的Web应用程序扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!