How to determine the version of PHP running per site on a Virtualmin server
Use the command below to quickly see which sites are running (outdated) PHP versions on your Virtualmin server: find -L /home/*/etc/php.ini -xtype l -exec ls
Use the command below to quickly see which sites are running (outdated) PHP versions on your Virtualmin server: find -L /home/*/etc/php.ini -xtype l -exec ls
If you came here to upgrade CentOS 7’s PHP to version PHP 8.0/8.1, you’re at the right place. The new documentation doesn’t mention CentOS 7
The minimum requirements for Drupal is listed on their official page here: https://www.drupal.org/docs/7/system-requirements/php-requirements#php_required The table below was taken from their website as of 22 June
CentOS has a software collections repository that allows you to install multiple PHP versions easily for Virtualmin. If think you’ll only ever just need a
By far the best way to see what version of PHP your server is running is to use the phpinfo() command. Web designers/developers normally add