Hallo,
I got a question regarding having multiple PHP versions.
Does anyone know how the inner workings is? I got PHP 5.5, FCGI and optimized it. But I decided to allow multiple PHP versions.
I allowed 5.6, 5,4 and 5.5(native), but now is the question. Will it use all the settings the native has? So will it use the same configs as the native, with optimized FastCGI?
Thanks in advance.
I got a question regarding having multiple PHP versions.
Does anyone know how the inner workings is? I got PHP 5.5, FCGI and optimized it. But I decided to allow multiple PHP versions.
I allowed 5.6, 5,4 and 5.5(native), but now is the question. Will it use all the settings the native has? So will it use the same configs as the native, with optimized FastCGI?
Thanks in advance.
Comment