We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6184385 commit b019b17Copy full SHA for b019b17
tools/profiling/templates/functions/php-version.tpl
@@ -23,9 +23,9 @@
23
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
24
*}
25
{function name=php_version}
26
- {if version_compare($version, '7.1') <= 0}
+ {if version_compare($version, '8.1') <= 0}
27
<span class="danger">{$data} (Upgrade strongly recommended)</span>
28
- {elseif version_compare($version, '7.4') <= 0}
+ {elseif version_compare($version, '8.2') <= 0}
29
<span class="warning">{$data} (Consider upgrading)</span>
30
{else}
31
<span class="success">{$data} (OK)</span>
0 commit comments