Commit: 8762a4ae2dfb037e5ba79b4c165fba2b06884f03 Author: Ferenc Kovacs <[email protected]> Mon, 18 Feb 2013 15:58:59 +0100 Parents: 495c6c0f3aee40d826c9216a81423927a5b79938 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8762a4ae2dfb037e5ba79b4c165fba2b06884f03 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
