Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37903 invoked from network); 28 Dec 2014 22:58:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2014 22:58:09 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:61020] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/10-36764-00B80A45 for ; Sun, 28 Dec 2014 17:58:09 -0500 Received: by mail-la0-f50.google.com with SMTP id pn19so10728385lab.9 for ; Sun, 28 Dec 2014 14:58:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=qN2yo3f38Rs80A1HFRD2M3lv8+cunyp9SJMgo5JZwTo=; b=qg0hup1j+VJLZGkpsThLwj43c6Y3Z1GLYMO6ipRutH8HLVTfPMIBZwpsNDq2mg+skU sZ1l0LoOOwnZv7WibP3vpl6Xs2MxUh363w/Nix7iI59YWvvPjX68wkMVx1GWlbqze8e/ 9fW/VnhD2CONz2MAZnJCVdH2nM3wkiFZJ7A+49yjR+3XLZyjCk+bJLqyG6UqAHEIZ+Po IOq7ZTp5t/LhIA2VUxKLaW12aZOcTxmq8Wbd3LU+OWQImj0UDqyA+7ilEEfXEyUeeYB6 d97ib9PYN7PsQ0GpYkXIf12MrQ6mqQgHegmxGm58X3PvRnOEIXkFTidKFCXXbsRIseSB MZgg== MIME-Version: 1.0 X-Received: by 10.152.43.49 with SMTP id t17mr54600718lal.52.1419807485615; Sun, 28 Dec 2014 14:58:05 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.112.138.161 with HTTP; Sun, 28 Dec 2014 14:58:05 -0800 (PST) In-Reply-To: References: Date: Sun, 28 Dec 2014 23:58:05 +0100 X-Google-Sender-Auth: 3PWpct-7CHqL8bydfTpmLAjGGnM Message-ID: To: Pasindu De Silva , Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bugfest From: kalle@php.net (Kalle Sommer Nielsen) Hi Pasindu 2014-12-28 23:43 GMT+01:00 Pasindu De Silva : > Hi > I would like join and fix some I have been trying to fix some bugs in > DateTIme thought it was a good place to start, is there maybe a way to add a > label called > novice or starter bugs for people with little experience to get into. We do not have such functionality implemented in our bug tracker, usually you can say that Documentation/Translation bugs are rather easy to fix, vs. a bug in the scripting engine can be a much harder one to tackle. Depending on your skill level, if you are intermediate in C and a novice to the PHP/Zend API, then a good play to start looking for bugs and resolve them could be compilation, maybe you had to tweak the build system in a way to make it work or you are using a system for which a pending bug is open for[1] else the best all in all category that does not involve too many external APIs is the General issues which is a mix of all[2]. In the future please use reply-all, so that everyone on the list can read your message, if you got any more questions you are more than welcome to reply back to this thread. [1] https://bugs.php.net/search.php?cmd=display&bug_type=All&status=Open&package_name%5B%5D=%2ACompile+Issues&by=Any&limit=30 [2] https://bugs.php.net/search.php?cmd=display&package_name[]=%2AGeneral+Issues -- regards, Kalle Sommer Nielsen kalle@php.net