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