Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7401 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54284 invoked by uid 1010); 29 Jan 2004 12:33:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54213 invoked from network); 29 Jan 2004 12:33:55 -0000 Received: from unknown (HELO smtp1.pp.htv.fi) (212.90.64.119) by pb1.pair.com with SMTP; 29 Jan 2004 12:33:55 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp1.pp.htv.fi (Postfix) with ESMTP id B97978040D; Thu, 29 Jan 2004 14:33:54 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i0TCXspn032744; Thu, 29 Jan 2004 14:33:54 +0200 Date: Thu, 29 Jan 2004 14:33:54 +0200 (EET) Reply-To: Jani Taskinen To: Ananth Kesari Cc: internals@lists.php.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] To check in NetWare changes. From: sniper@iki.fi (Jani Taskinen) On Thu, 29 Jan 2004, Ananth Kesari wrote: >could be to begin working on some simple defects and fix them. >Can you let me know if I can do that and if yes, how? I mean, >where to look for the defects filed and what is the procedure to >start fixing them? Here are some (longish) urls that list only the relevant bug reports: PHP4: http://bugs.php.net/search.php?order_by=id&direction=DESC&cmd=display&status=Open&bug_ntype%5B%5D=Feature%2FChange+Request&bug_ntype%5B%5D=Documentation+problem&bug_ntype%5B%5D=Zend+Engine+2+problem&bug_ntype%5B%5D=PEAR+related&bug_ntype%5B%5D=PECL+related&bug_ntype%5B%5D=PHP-GTK+related&bug_ntype%5B%5D=Website+problem&phpver=4 PHP5: http://bugs.php.net/search.php?order_by=id&direction=DESC&cmd=display&status=Open&bug_ntype%5B%5D=Feature%2FChange+Request&bug_ntype%5B%5D=Documentation+problem&bug_ntype%5B%5D=PEAR+related&bug_ntype%5B%5D=PECL+related&bug_ntype%5B%5D=PHP-GTK+related&bug_ntype%5B%5D=Website+problem&phpver=5 You could start by checking which you can reproduce, and if you can fix them, provide a patch on this mailing list. --Jani