Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56509 invoked from network); 9 Mar 2008 17:03:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Mar 2008 17:03:35 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.190 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.190 rv-out-0910.google.com Received: from [209.85.198.190] ([209.85.198.190:20095] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/62-43615-36814D74 for ; Sun, 09 Mar 2008 12:03:33 -0500 Received: by rv-out-0910.google.com with SMTP id k15so1069944rvb.23 for ; Sun, 09 Mar 2008 10:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=h5/0UEYaJ8tT/zn5V9kLP40Ziws6XTb74fd050VqdB8=; b=LNuzpelmaNHGJ5AfoT/6VNKq6jZgTgH9cpQmVumX5Z2DkGb69ShN7B+FFer2cHBHs6P7rkD414A7pDfzXRSVc9zWaSm7BUzEUe9VZVDIZJG9bgEXUOiMjf6S5N7ALm7djf6CXEmEr27G+sIvsoPeZ+kBvbK3kZmQJ6dJ+VWxPPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ck7TU4+h6vWY2Vlrnifwf7dES5zTsaegp7nRFOXvMQ72jHp2/QiY9m6kF6LmWDSkycI7k30CsTH+AnHMkULZWu3ZGPHspAK5sIR4Ks7Ln59aoutXbyQxlwf9rckJF6e5+KbdcTwJT7nEDlvhBKffMM3/N2gEi15A5pcJwZVnDJY= Received: by 10.140.180.13 with SMTP id c13mr2503716rvf.153.1205082209337; Sun, 09 Mar 2008 10:03:29 -0700 (PDT) Received: by 10.141.116.12 with HTTP; Sun, 9 Mar 2008 10:03:29 -0700 (PDT) Message-ID: Date: Sun, 9 Mar 2008 18:03:29 +0100 To: "Hannes Magnusson" Cc: "PHP Development" In-Reply-To: <7f3ed2c30803090817l7986fcb8x72c4ad44e78b891e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7f3ed2c30803090817l7986fcb8x72c4ad44e78b891e@mail.gmail.com> Subject: Re: [PHP-DEV] [GSOC] Ideas? From: pierre.php@gmail.com ("Pierre Joye") On Sun, Mar 9, 2008 at 4:17 PM, Hannes Magnusson wrote: > Hi all > > We should probably discuss some ideas for Google Summer of Code this year. > I see people have already added few to the wiki page[1] which is great > and all but wikis aren't for discussions.. > > The plan as I see it: > Discuss ideas. Draft them up on the wiki. Move them to php.net/ideas > when they are solid enough. I don't really see a point to move them there. wiki.php.net/gsoc/2008 is just fine. One can create sub pages to complete a proposal. > New bugtracker for all the *.php.net projects (one-tracker-rules-them-all). What's up with Jani's work? > Random other ideas (most probably too small): > - openid extension I'm not sure it is a good idea to bring the relatively small API into an extension. The slow and complex part is already possible with openssl (Dmitry's patch). > - threaded run-tests.php and graphical stats > - mirror-test bot rewrite > - automatically run relevant tests on new commit (i.e commits to > ext/foo triggers test run for ext/foo/tests) > - daily/weekly buildfailure mails to internals@ (win/linux/solaris/bsd/mac/..) > - doxygen-to-phpdoc/docbook > - user-submitted-coverage to gcov Something like what is done with ctest (cmake's test tool) would rock. I can provide links if there is an interest (or see http://cmake.org) > - reST to html/docbook parser I somehow have doubts about reST now that we have a wiki. Too much formats will bring more confusions than really helping to write docs, specs or RFC. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org