{**
* For the full copyright and license information, please view the
* docs/licenses/LICENSE.txt file that was distributed with this source code.
*}
{function name=php_version}
{if version_compare($version, '8.1') <= 0}
{$data} (Upgrade strongly recommended)
{elseif version_compare($version, '8.2') <= 0}
{$data} (Consider upgrading)
{else}
{$data} (OK)
{/if}
{/function}