when change php version get error 5.6.4 is not a valid setting for php1_release

nekooee

Verified User
Joined
Mar 9, 2015
Messages
13
I try to change my php version from 5.6.32 to 5.6.4 but I get this error:

5.6.4 is not a valid setting for php1_release option.

please help me.
thank you
 
Please change options.conf from php1_release=5.6.4 to be php1_release=5.6
 
Valid values for php1_release are 5.4, 5.5, 5.6, 7.0, 7.1 etc. If you want to install a lower version of PHP 5.6, use custom_versions.txt. :)
 
I noticed that version 5.6.32 of 5.6.4 is newer. I do not need to do this anymore.
Thanks
 
Back
Top