I am using WHMCS on my site on the server and WHMCS requires bcrypt, which is standard in PHP > 5.5. I am running PHP version 5.6.21.
However, when I run
php -i | grep -i crypt
I get nothing. But bcrypt should be installed. I am running a bunch of Cloudlinux/cPanel systems now and I checked a few others and they are missing bcrypt too. Is this something to do with EasyApache, CloudLinux, or something related? or am I posting this on the wrong forum
Thanks for your help and advice~
However, when I run
php -i | grep -i crypt
I get nothing. But bcrypt should be installed. I am running a bunch of Cloudlinux/cPanel systems now and I checked a few others and they are missing bcrypt too. Is this something to do with EasyApache, CloudLinux, or something related? or am I posting this on the wrong forum
Thanks for your help and advice~
Comment