I'm getting a warning on the control panel page: 'Warning
Your PHP version, 7.3.3, is only receiving security fixes from the PHP project at this time';
I've checked with the host server and the PHP setting is 7.4 (the highestversion available on the list) I set it to this when the warning first appeared
Last edit: 3 years 2 weeks ago by krileon. Reason: Added [SOLVED] tag to subject
You can see the really used PHP version in Joomla's menu: "System" / "System Information", in the main "System Information" tab. And all details of PHP in the "PHP Information" tab.
What do you see there under "PHP Version" ?
If it is not the PHP version chosen in your hosting panel, you should contact your hoster.
Thanks - after some searching I discovered that there are three levels of ,htaccess files in the site; the to two have AddType x-httpd-php74 .php, but the lowest level at the actual joomla insatlalation level it has only AddType x-httpd-php73 .php. I#ve corrected this and the warning is no longer present