Hi,
I have an account that's set to PHP 5.5 DSO, but PHP-CLI uses system default 5.6, I need that account's PHP-CLI also to use 5.5
I tried to add an alias
at bottom in .bash_profile & .bashrc files in /home/account/ but that didn't seem to work
How can I set that account to use a specific PHP-CLI version (change htaccess, php.ini, bash_profile or other files)?
Thanks
I have an account that's set to PHP 5.5 DSO, but PHP-CLI uses system default 5.6, I need that account's PHP-CLI also to use 5.5
I tried to add an alias
Code:
alias php='/opt/cpanel/ea-php55/root/usr/bin/php'
and
alias php='/usr/local/bin/ea-php55'
How can I set that account to use a specific PHP-CLI version (change htaccess, php.ini, bash_profile or other files)?
Thanks
Last edited: