Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43927 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2130 invoked from network); 14 May 2009 16:17:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2009 16:17:01 -0000 Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:45650] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/A2-27038-CF34C0A4 for ; Thu, 14 May 2009 12:17:00 -0400 Received: by fxm20 with SMTP id 20so1538599fxm.23 for ; Thu, 14 May 2009 09:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=zDKrQKD2fS6PbQoVyW3pJ2YSplZN/0EVDwd4ropMyCM=; b=JALkHff3UNYRsWZEva4/T5fn6es0GQlqXJOOwhT+HGmpHl2TdSOwgAguzZ+NmrISHb GorGfuiu8zwLIM46CN3cQb+X0FtPlds8oKSabiV2HR3f7ypR9jExQE81zmgn1PxQXw0B uswEg1FCRxNx76uEOuWqnKJVVtjg56u8v85MU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=VcoNJGYRq71d/LL3PaRYX8wRMPvfcQ+QQ7qWTFIy8/6xVK/Xb/CJEJNQ8fI+c8FTJ6 USX+6nIMDUlPtckuGmq/sTfESyyLqQEcs8FsRMhWuuaxfIh5JiScO2KJCIMeNv5S0PR/ WGToinffPc1J7A/aYVTBwsme2sBbJyPueF/HQ= MIME-Version: 1.0 Sender: david.coallier@gmail.com Received: by 10.223.107.68 with SMTP id a4mr1820811fap.44.1242317816976; Thu, 14 May 2009 09:16:56 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 May 2009 17:16:56 +0100 X-Google-Sender-Auth: 9211f09669181358 Message-ID: To: Sahid Ferdjaoui Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] How to contribute for PHP Internals From: davidc@php.net (David Coallier) 2009/5/14 Sahid Ferdjaoui : > Hello Internals, > > I want to contribute for PHP Internal, > but i don't know how to do it. > > I am ready to give approximately 6 to 12 hours per week for PHP. > > i have checked a wiki, > but i don't see a "get involved" section and i do not know how to start :) > The best way to get started is to check http://php.net/anoncvs make a checkout of HEAD (php6) and then go to http://bugs.php.net start making patches and attach them to bug reports. From there you will gain developers trust (People will be tired of committing all your patches) and at some point you'll be granted with an account :) Good luck and welcome :) -- Slan, David