Custombuild rev 2701 php4_release

Dominik

New member
Joined
Dec 23, 2020
Messages
2
Location
Poland
Debian 10, DirectAdmin 1.61.5, Custombuild 2.0.0 (rev: 2701):
Custombuild always sees php4_release as "no" and it does not compile the 4th PHP. I set the 4th PHP in the options.conf manually, I set it via a command and through the custom build plugin. I tried different versions of PHP, no difference. The command ./build php n compiles only the first three PHP releases.

Please, let me know if any additional info is needed.
 
Debian 10, DirectAdmin 1.61.5, Custombuild 2.0.0 (rev: 2701):
Custombuild always sees php4_release as "no" and it does not compile the 4th PHP. I set the 4th PHP in the options.conf manually, I set it via a command and through the custom build plugin. I tried different versions of PHP, no difference. The command ./build php n compiles only the first three PHP releases.

Please, let me know if any additional info is needed.
What’s the output of:
grep php4 /usr/local/directadmin/custombuild/options.conf
 
It seems, there was a duplicate near the end of the config, I did not notice it. I removed it and it solved the problem. Thank you.

grep php4 /usr/local/directadmin/custombuild/options.conf
php4_release=8.0
php4_mode=php-fpm
php4_release=no
php4_mode=php-fpm
 
Back
Top