What are best practices for self-updating PHP+MySQL applications?

前端 未结 7 1581
后悔当初
后悔当初 2020-12-23 21:01

It is pretty standard practice now for desktop applications to be self-updating. On the Mac, every non-Apple program that uses Sparkle in my book is an instant win. For Wind

7条回答
  •  遥遥无期
    2020-12-23 21:52

    Just my 2 cents: I'd consider an automatically self updating application within my CMS as a security hole, so if you decide to code this feature, you should consider to implement different levels of this behavior:

    • Automatically update
    • Check for updates and notify
    • Disable

提交回复
热议问题