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

前端 未结 7 1577
后悔当初
后悔当初 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 22:03

    I think your best option is an update checking mechanism that will alert the administrator when there are update(s).

    As you mention, there are a number of potential security problems. Due to those alone, I would suggest not doing this. Instead, try creating a fairly smart upgrading script.

提交回复
热议问题