PHP keeps stuck at 7.4.0

maarvien

New member
Joined
Mar 26, 2020
Messages
2
Hi Guys,

Small question my php 7.4 keeps stuck at 7.4.0 and is not updated through custombuild.
How to solve this for future updates etc any ideas?

Thanks!

Marvin
 
Please check custom_versions.txt, if it doesn't exist or is empty, just try:
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update
 
Hi,

Thanks for the reaction
Its still 7.4.0 see attached screenshot.

1585257369769.png

i tried several other things but it keeps pinned on 7.4.0

Marvin
 
Check:
Code:
php -v
/usr/local/directadmin/custombuild/build versions | grep available
 
Back
Top