CustomBuild refuses to run due to old PHP version: "Wrong php3_release set in the options.conf:"

cmyden

Verified User
Joined
Oct 8, 2020
Messages
57
I'm still using PHP 5.4 for some legacy scripts that are just for private use.

CustomBuild now refuses to run, as explained here:



When I run anything to do with CustomBuild I get:

Wrong php3_release set in the options.conf: 5.4.


My question is, what are the steps I should take to get CustomBuild to work again, while being sure nothing to do with my PHP 5.4 installation is affected. I just don't want to wreck anything.

Is it as simple as editing /directadmin/custombuild/options.conf

And changing the line where I have:

php3_release=5.4

to

php3_release=no


If I do this, would my current PHP 5.4 installation be affected in any way?

Thank you
 
Last edited:
Back
Top