H hci Verified User Joined Jun 15, 2004 Messages 355 Dec 24, 2019 #1 How would I update from PHP 5.6.40 too 7.3.x? Is 7.3 standard on new installs?
D Deleted member 55561 Guest Dec 24, 2019 #2 7.3 or maybe 7.2 is standard, as far as I remember. PHP 7.4 is newly released and will likely take that spot once everything is ironed out. Code: cd /usr/local/directadmin/custombuild ./build update ./build set php1_release 7.3 ./build php d Assuming your php1_release is currently that of 5.6.40.
7.3 or maybe 7.2 is standard, as far as I remember. PHP 7.4 is newly released and will likely take that spot once everything is ironed out. Code: cd /usr/local/directadmin/custombuild ./build update ./build set php1_release 7.3 ./build php d Assuming your php1_release is currently that of 5.6.40.
H hci Verified User Joined Jun 15, 2004 Messages 355 Dec 26, 2019 #3 This should remove php 5.x and install 7.3? I have latest DA versions of roundcube and wordpress depending on php, this should not break anything?
This should remove php 5.x and install 7.3? I have latest DA versions of roundcube and wordpress depending on php, this should not break anything?
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,466 Location UA Dec 26, 2019 #4 Yes, it removes php 5.x and install 7.3. You can install few PHP versions, if you worry about compatibility, then just switch between them in domain management menu.
Yes, it removes php 5.x and install 7.3. You can install few PHP versions, if you worry about compatibility, then just switch between them in domain management menu.