install php7.3 by default

This commit is contained in:
VirtuBox
2020-05-04 17:21:36 +02:00
parent 77abb969a4
commit ed83c2d54d
2 changed files with 3 additions and 4 deletions

View File

@@ -32,7 +32,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Installation on raspberry pi 4
- Fail2ban configuration when Nginx is not installed
### v3.11.4 - 2020-01-17
#### Fixed

View File

@@ -142,7 +142,7 @@ class WOStackController(CementBaseController):
if pargs.web:
pargs.nginx = True
pargs.php72 = True
pargs.php73 = True
pargs.mysql = True
pargs.wpcli = True
pargs.sendmail = True
@@ -587,7 +587,7 @@ class WOStackController(CementBaseController):
if pargs.web:
pargs.nginx = True
pargs.php72 = True
pargs.php73 = True
pargs.mysql = True
pargs.wpcli = True
pargs.sendmail = True
@@ -898,7 +898,7 @@ class WOStackController(CementBaseController):
if pargs.web:
pargs.nginx = True
pargs.php72 = True
pargs.php73 = True
pargs.mysql = True
pargs.wpcli = True
pargs.sendmail = True