Reverse the versions of php (php-fpm) and keep the oringine versions of php for each account

DRKT

Verified User
Joined
Oct 8, 2003
Messages
197
Hi,

if by default, (php-fpm) I have php1_release = 5.6 (php-fpm)
And I want to replace php1 to php 7.4 and I want php 5.6 to php4_release, I reverse everything in the options.conf file (custombuild 2.0) and recompile, ok? But how do I keep all websites that use php 5.6 to stay on the php 5.6 version? Because if I recompile php1 with 7.4 all websites that use php1 will become php 7.4?

(How to exactly)

Thank you
 
you will need to change PHP versions for each domain manually (or create script).
 
Back
Top