volgens Mahmood Naderan.
It is Ubuntu-14.04
mahmood@ce:~$ ls -l /usr/bin/php*
lrwxrwxrwx 1 root root 21 Dec 20 2014 /usr/bin/php -> /etc/alternatives/php
-rwxr-xr-x 1 root root 9049256 Feb 10 01:07 /usr/bin/php5
-rwxr-xr-x 1 root root 9026928 Feb 10 01:07 /usr/bin/php5-cgi
-rwxr-xr-x 1 root root 4324384 Mar 2 17:24 /usr/bin/php7.0
lrwxrwxrwx 1 root root 25 Dec 20 2014 /usr/bin/php-cgi -> /etc/alternatives/php-cgi
mahmood@ce:~$ ls -l /etc/alternatives/php
lrwxrwxrwx 1 root root 15 Mar 4 17:57 /etc/alternatives/php -> /usr/bin/php7.0
mahmood@ce:~$ php -v
PHP 7.0.16-4+deb.sury.org~trusty+1 (cli) (built: Mar 2 2017 13:27:03) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.16-4+deb.sury.org~trusty+1, Copyright (c) 1999-2017, by Zend Technologies
mahmood@ce:~$ php5 -v
PHP 5.5.9-1ubuntu4.21 (cli) (built: Feb 9 2017 20:54:58)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
Now, when I want to launch Moodle-3.2 installer from a web browser, I get this message
Moodle 3.2 or later requires at least PHP 5.6.5 (currently using version 5.5.9-1ubuntu4.21).
Please upgrade your
server software or install older Moodle version.