Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52647 invoked from network); 12 May 2010 21:03:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2010 21:03:58 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 unknown Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:55008] helo=schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/92-36349-2B71BEB4 for ; Wed, 12 May 2010 17:03:47 -0400 Received: from localhost (ka.local [127.0.0.1]) by schlueters.de (Postfix) with SMTP id 08B8D249FE for ; Wed, 12 May 2010 23:03:44 +0200 (CEST) Received: from [192.168.1.31] (ppp-93-104-55-150.dynamic.mnet-online.de [93.104.55.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by schlueters.de (Postfix) with ESMTPSA id 9B1A5249FC; Wed, 12 May 2010 23:03:43 +0200 (CEST) To: Mathias Grimm Cc: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 12 May 2010 23:03:41 +0200 Message-ID: <1273698221.1873.116.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] TODO List From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2010-05-12 at 17:23 -0300, Mathias Grimm wrote: > What is the correct todo list ? > I want to help us but a need to see the todo list to select my work! > > Any sugestion to start? There is no formal "TODO" list. The prefered thing to do would be to go through the bug tracker and fix bugs. You can also look through http://wiki.php.net/rfc/ to see some ideas which might need patches. Or you could look for an library and make a PHP extension wrapping it. johannes