Websoft9Archive / ansible-phpapps

Automatic installation for phpApps on Linux(PHP应用自动安装程序)
Other
1 stars 3 forks source link

Add PHP update or downgrade script #47

Closed chendelin1982 closed 3 years ago

chendelin1982 commented 3 years ago

PRD

zengxc-1996 commented 3 years ago

example: php 7.2 -> 7.4

  1. enable php74 repo
  2. remove php72 and php-*
  3. install php74 and php-*
  4. rename configure file
  5. restart php and nginx service
qiaofeng1227 commented 3 years ago
  1. role_php support reinstall (uninstall->install)
  2. add interaction at tests/test.yml