install php7.3 by default
This commit is contained in:
@@ -32,7 +32,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- Installation on raspberry pi 4
|
- Installation on raspberry pi 4
|
||||||
- Fail2ban configuration when Nginx is not installed
|
- Fail2ban configuration when Nginx is not installed
|
||||||
|
|
||||||
|
|
||||||
### v3.11.4 - 2020-01-17
|
### v3.11.4 - 2020-01-17
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ class WOStackController(CementBaseController):
|
|||||||
|
|
||||||
if pargs.web:
|
if pargs.web:
|
||||||
pargs.nginx = True
|
pargs.nginx = True
|
||||||
pargs.php72 = True
|
pargs.php73 = True
|
||||||
pargs.mysql = True
|
pargs.mysql = True
|
||||||
pargs.wpcli = True
|
pargs.wpcli = True
|
||||||
pargs.sendmail = True
|
pargs.sendmail = True
|
||||||
@@ -587,7 +587,7 @@ class WOStackController(CementBaseController):
|
|||||||
|
|
||||||
if pargs.web:
|
if pargs.web:
|
||||||
pargs.nginx = True
|
pargs.nginx = True
|
||||||
pargs.php72 = True
|
pargs.php73 = True
|
||||||
pargs.mysql = True
|
pargs.mysql = True
|
||||||
pargs.wpcli = True
|
pargs.wpcli = True
|
||||||
pargs.sendmail = True
|
pargs.sendmail = True
|
||||||
@@ -898,7 +898,7 @@ class WOStackController(CementBaseController):
|
|||||||
|
|
||||||
if pargs.web:
|
if pargs.web:
|
||||||
pargs.nginx = True
|
pargs.nginx = True
|
||||||
pargs.php72 = True
|
pargs.php73 = True
|
||||||
pargs.mysql = True
|
pargs.mysql = True
|
||||||
pargs.wpcli = True
|
pargs.wpcli = True
|
||||||
pargs.sendmail = True
|
pargs.sendmail = True
|
||||||
|
|||||||
Reference in New Issue
Block a user