Announcement

Collapse
No announcement yet.

Multiple PHP Versions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multiple PHP Versions

    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.

  • #2
    Hi Laurens,

    Sorry for not answering here, somehow we got missed it.
    What you mean by optimized FCGI? What exactly was done?

    Every alternate PHP receive own php.ini from /opt/alt/phpXX/etc/php.ini , that files should be adjusted for every version.

    Comment

    Working...
    X