Commit: f98ebb3c9ec36b92c412c8c6014a903b7cc69a86 Author: Hannes Magnusson <[email protected]> Thu, 24 Jul 2014 14:00:40 -0700 Parents: 28fd32c3e3f5305762b1c2143c7eaf926f00d9a4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f98ebb3c9ec36b92c412c8c6014a903b7cc69a86 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
