Welcome to Joomla forum!
How did you check the PHP version?
The PHP CLI version can differ from the PHP used by your webserver (Apache/Nginx/OpenLiteSpeed/etc).
Joomla uses mainly the webserver PHP versionl and the CLI only for Command Line Interface scripts.
CLI PHP check:Webserver PHP check:
create a file check.php and addand open it via a web browser.
How did you check the PHP version?
The PHP CLI version can differ from the PHP used by your webserver (Apache/Nginx/OpenLiteSpeed/etc).
Joomla uses mainly the webserver PHP versionl and the CLI only for Command Line Interface scripts.
CLI PHP check:
Code:
$ php -v
create a file check.php and add
Code:
<?php phpinfo();
Statistics: Posted by pe7er — Thu Jul 04, 2024 4:07 am