Commit: 136f8f13631420e50055b0f8bd4737fbadc1f982 Author: Hannes Magnusson <[email protected]> Thu, 24 Jul 2014 14:00:40 -0700 Parents: 3cb1382f91923758cd2b7e38896a5b98d19c10ed Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=136f8f13631420e50055b0f8bd4737fbadc1f982 Log: Add standards@ Changed paths: M mailing-lists.php Diff: diff --git a/mailing-lists.php b/mailing-lists.php index 43a1fe1..834ca08 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -267,6 +267,11 @@ if (isset($_POST['maillist'])) { 'General bug activity are posted here', FALSE, FALSE, FALSE, "php.bugs" ), + array ( + 'standards', 'PHP Standardization and interoperability list', + 'Development of language standards', + FALSE, FALSE, FALSE, "php.standards" + ), 'PHP internal website mailing lists', array ( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
