Commit: 2f01f6addff9685736fc03f991631f645225e170 Author: Anatol Belski <[email protected]> Tue, 13 Mar 2018 12:59:54 +0100 Parents: b25bae7b5bd33c354101c43ab9c1dbc170e9deb4 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=2f01f6addff9685736fc03f991631f645225e170 Log: Extend warning text Changed paths: M templates/snaps.php Diff: diff --git a/templates/snaps.php b/templates/snaps.php index 1abf96e..6cd5a38 100644 --- a/templates/snaps.php +++ b/templates/snaps.php @@ -131,7 +131,7 @@ if (0) { <span class="corners-top"><span></span></span> <h4 id="php-<?php echo $major . '-' . $minor; ?>" name="php-<?php echo $major . '-' . $minor;?>"><?php echo $labels[$minor]; ?> </h4> - <?php if (substr($minor, strlen($minor)-3) == 'avx') echo "<p><b>WARNING!</b> These builds require a CPU with the AVX instruction set.</p>"; ?> + <?php if (substr($minor, strlen($minor)-3) == 'avx') echo "<p><b>WARNING!</b> These builds are experimental and require a CPU with the AVX instruction set.</p>"; ?> <p> <ul> <?php if (isset($data[$major][$minor]['files']) && $data[$major][$minor]['files']['php']['size'] > 0) { ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
