Commit: 28fd32c3e3f5305762b1c2143c7eaf926f00d9a4 Author: Hannes Magnusson <[email protected]> Thu, 24 Jul 2014 13:55:25 -0700 Parents: 37c049313e7c0262258702530ddb6557572a6ab8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=28fd32c3e3f5305762b1c2143c7eaf926f00d9a4 Log: php-cvs-daily no longer works afaik and pdo@ is hardly importatnt list anymore Changed paths: M mailing-lists.php Diff: diff --git a/mailing-lists.php b/mailing-lists.php index 403ed72..43a1fe1 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -253,11 +253,6 @@ if (isset($_POST['maillist'])) { TRUE, TRUE, FALSE, "php.cvs" ), array ( - 'php-cvs-daily', 'Daily Git commit summary', - 'Daily changelog and NEWS file updates', - TRUE, FALSE, FALSE, "" - ), - array ( 'git-pulls', 'Git pull requests', 'Pull requests from Github', FALSE, FALSE, FALSE, "php.git-pulls" @@ -268,11 +263,6 @@ if (isset($_POST['maillist'])) { FALSE, TRUE, FALSE, "php.qa" ), array ( - 'pdo', 'PDO Developmental list', - '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 Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
