Commit: 6372746f24e6c6ef8db463d7f603c8f45e78db4b Author: Ferenc Kovacs <[email protected]> Mon, 18 Feb 2013 15:58:59 +0100 Parents: ef116a7fa271202f85c9aab56b974f71792eacaf Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6372746f24e6c6ef8db463d7f603c8f45e78db4b Log: add the general bugs list to the mailing lists Changed paths: M mailing-lists.php Diff: diff --git a/mailing-lists.php b/mailing-lists.php index 241ef1a..766e4de 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -265,6 +265,11 @@ if (isset($_POST['maillist'])) { 'Discuss the past, present and future of PDO', FALSE, FALSE, TRUE, "php.pdo" ), + array ( + 'php-bugs', 'General bugs', + 'General bug activity are posted here', + FALSE, FALSE, FALSE, "php.bugs" + ), 'PHP internal website mailing lists', array ( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
