Commit: 0cb32869459a6ee9fb5773bb27f36c784135cbae Author: Felipe Pena <[email protected]> Mon, 4 Nov 2013 08:58:38 -0200 Parents: 896655fbb3c450c3e0de5c2db880c6045db6b525 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=0cb32869459a6ee9fb5773bb27f36c784135cbae Log: - Added str_size_and_int64 branch to menu version (to report bug to this specific branch) Changed paths: M include/functions.php Diff: diff --git a/include/functions.php b/include/functions.php index a40fefe..61bc1f0 100644 --- a/include/functions.php +++ b/include/functions.php @@ -711,6 +711,7 @@ function show_version_options($current, $default = '') if (!$use && $current) { echo '<option selected="selected">' , htmlspecialchars($current) , "</option>\n"; } + echo '<option>str_size_and_int64 branch</option>', "\n"; echo '<option>Irrelevant</option>', "\n"; echo '<option value="earlier">Earlier? Upgrade first!</option>', "\n"; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
