Php selector, cpanel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mancal9
    Junior Member
    • Nov 2024
    • 2

    #1

    Php selector, cpanel

    Hello,
    I'm using cPanel + cloudllinux
    as I read on docs, cloudllinux provide more option and supporting many versions of php from older as 5.x to the newest.
    however on cPanel I only see
    5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2

    Click image for larger version

Name:	Screenshot_20241116_234241_Chrome.jpg
Views:	152
Size:	25.8 KB
ID:	40370

    I need some old version 5.4

    maybe i missed some configuration,
    any help would be appreciated!
  • bogdan.sh
    Administrator
    • Nov 2016
    • 1221

    #2
    Hello,

    It is supported but likely was not installed on a server, what you have to do is to install that specific version with:

    Code:
    yum install alt-php54*

    Comment

    Working...