which one is first? php5.6 or 7.0

mohammad.983

Verified User
Joined
Jun 26, 2015
Messages
35
Hi
is it important which version of php is first in options.conf ?
Code:
php1_release=5.6
php2_release=7.0

or
Code:
php1_release=7.0
php2_release=5.6
 
That depends on what php version you would like to be default. I guess php1_release is the default one.
 
That depends on what php version you would like to be default. I guess php1_release is the default one.
I set
Code:
php1_release=7.0
php2_release=5.6
but I usually use php5.6. and I change it in "Domain Setup" . my question is , is it wrong? is there any different between 7.0 or 5.6 to be the firstm when I change it by hands via "Domain Setup"?
 
Back
Top