I'm offering 4 PHP versions on my server:
php1_release=7.0
php2_release=7.1
php3_release=7.2
php4_release=7.3
The way I have it now is that all news sites I add on the server will have PHP 7.0 as default. I would like to be 7.3 the default. The only way to do that is by setting php1_release to 7.3 but that means all sites that use 7.0 now will upgrade to 7.3, I don't want that.
Ideally custombuild would support an option like php_default=4 so all newly added domains will use the latest php version without changing all existing domains.
Is there a workaround available to do this?
php1_release=7.0
php2_release=7.1
php3_release=7.2
php4_release=7.3
The way I have it now is that all news sites I add on the server will have PHP 7.0 as default. I would like to be 7.3 the default. The only way to do that is by setting php1_release to 7.3 but that means all sites that use 7.0 now will upgrade to 7.3, I don't want that.
Ideally custombuild would support an option like php_default=4 so all newly added domains will use the latest php version without changing all existing domains.
Is there a workaround available to do this?