Commit: 2ace8a88e5887bdc3119cb12af8e1316fe2206b7 Author: kovacs.ferenc <[email protected]> Fri, 10 Jul 2015 15:29:05 +0200 Parents: 5b314cd1ac5d62d09be990e5c43c46eee3bcca94 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=2ace8a88e5887bdc3119cb12af8e1316fe2206b7 Log: introduce Next Major and Next Minor versions as discussed on the mailing list Changed paths: M include/php_versions.php Diff: diff --git a/include/php_versions.php b/include/php_versions.php index 04205f4..f3e5021 100644 --- a/include/php_versions.php +++ b/include/php_versions.php @@ -13,7 +13,8 @@ // Custom versions appended to the list $custom_versions = array( - 'str_size_and_int64 branch', + 'Next Major Version', + 'Next Minor Version', 'Irrelevant' ); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
