Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26516 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45530 invoked by uid 1010); 11 Nov 2006 13:37:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45514 invoked from network); 11 Nov 2006 13:37:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2006 13:37:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:34493] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/47-30157-912D5554 for ; Sat, 11 Nov 2006 08:37:33 -0500 Received: from [192.168.0.4] (d05m-212-194-97-29.d4.club-internet.fr [212.194.97.29]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-2) with ESMTP id kABDbMd6012594; Sat, 11 Nov 2006 05:37:23 -0800 Message-ID: <4555D20F.8060903@lerdorf.com> Date: Sat, 11 Nov 2006 14:37:19 +0100 User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: Jan Schneider CC: internals@lists.php.net References: <4554AE0D.4080600@caedmon.net> <4554B9B5.5090305@caedmon.net> <4554C2C7.9070502@caedmon.net> <4554C945.3000509@velum.net> <20061111135517.zqn0qes34sk4444c@neo.wg.de> In-Reply-To: <20061111135517.zqn0qes34sk4444c@neo.wg.de> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Namespaces in PHP 6 - ++$take From: rasmus@lerdorf.com (Rasmus Lerdorf) I am not sure why this thread was revived. We decided long ago that we would have namespaces in PHP 6 barring any nasty technical problems and assuming a good way to implement it could be found. And I'll second Tony here and mention that we really could use more eyeballs on the bug database. I am sure everyone reading internals has at least one part of PHP they know really well and it would be extremely helpful if you could all pick a topic and watch for bugs related to that topic. It's not hard to see just the bugs you care about. For all the open Postgresql Related bugs, for example: http://bugs.php.net/search.php?limit=50&order_by=id&direction=DESC&cmd=display&bug_type%5B%5D=PostgreSQL+related&status=Open Or if you prefer to have them show up in your RSS reader, just put rss in front of the search.php script there: http://bugs.php.net/rss/search.php?limit=50&order_by=id&direction=DESC&cmd=display&bug_type%5B%5D=PostgreSQL+related&status=Open Go to http://bugs.php.net/search.php for a list of all the available categories or even better, just watch for all bugs coming in and attack the ones you think you might have a clue on. http://bugs.php.net/rss/search.php?direction=DESC&status=Open&cmd=display You don't necessarily have to be able to fix them in the C code, just helping to get rid of bogus reports or translating the really bad reports into a simple reproducable test case is often the part that takes the most time. Once we have a 3-5 line reproducing script, the fix is usually easy. -Rasmus