Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47077 invoked from network); 16 Mar 2012 22:10:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2012 22:10:58 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:46105] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/E1-43639-17AB36F4 for ; Fri, 16 Mar 2012 17:10:58 -0500 Received: by werh12 with SMTP id h12so5147886wer.29 for ; Fri, 16 Mar 2012 15:10:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DDgt8RAbL+4DyQmp4r5velGbp8PzIuZaocVIw1qNrdc=; b=SUgWB6eqXxDSk67wHBZVN+WsE8rCIsrHkYU1+j3gAsUB4rIpm+jiAszsJdGfCG3ART vgfc4OVVVR/ISCBjgGmggAGdo2DAVjx8/ZVqdPh9Iz15Yrqfiqn/7PHKskf0FAEn1liF TUCx/27sqDXPWssUjfaLbUMzpiD6c5wdaTvOVaDurmaOOFBvSl4NGpNHEeT4rXy4m/cX u5M69vr4mq2L8bpLSRMDPN57JbUrQGwr38J6NHhlNHyaTNKMxXgYnmhYktEI16+LHulv 3748sf2e8gDYNUctHP3ZmIkAwSXQo9jR429jjXFy2rgTHMWlquOst4rgmu3Kvh4BmJBL xKpA== Received: by 10.180.98.8 with SMTP id ee8mr1925276wib.14.1331935854508; Fri, 16 Mar 2012 15:10:54 -0700 (PDT) Received: from [192.168.1.26] (194.Red-81-37-207.dynamicIP.rima-tde.net. [81.37.207.194]) by mx.google.com with ESMTPS id fl2sm3443242wib.4.2012.03.16.15.10.44 (version=SSLv3 cipher=OTHER); Fri, 16 Mar 2012 15:10:52 -0700 (PDT) Message-ID: <4F63BB88.9010604@gmail.com> Date: Fri, 16 Mar 2012 23:15:36 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: =?UTF-8?B?TMO8dGZpIEFsdMSxbg==?= CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] SVN Account Request: laltin From: keisial@gmail.com (=?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?=) On 16/03/12 18:45, Lütfi Altın wrote: > I want to read PHP source and help PHP for further development. > You don't need a svn account to read the php source. You can just download the source from http://php.net/downloads.php#v5 view the development version at http://svn.php.net/viewvc/php/php-src/trunk/ Or download through svn with svn checkout https://svn.php.net/repository/php/php-src/trunk/ You can then provide patches through the Bug Tracking System at https://bugs.php.net/ And only after having proved that you are a valuable contributor, would be appropiate to request svn access.