Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58983 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82534 invoked from network); 17 Mar 2012 09:38:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2012 09:38:48 -0000 Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:47611] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B8/57-43639-7AB546F4 for ; Sat, 17 Mar 2012 04:38:48 -0500 Received: by iaeh11 with SMTP id h11so7912086iae.29 for ; Sat, 17 Mar 2012 02:38:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=hwSGvl0XYzIXtduZt0FoVOvj50ImMi+WhumSZ+kvo/g=; b=LGuMVIHRQCVuiuptPnzlU1PPOcC+xpLJLhFHWrzt2SvY5daLtxfMTa3dZQce0VTnqD txuuAEq1TOInyimKvDcGiU+CicEJPAsbr2a1f55yXCgIdpG92sJK/UD8zTTOS/wvZ5p+ Rxpxr3rWftBs1RuGjBA7afozDf8L4k8MDMrVaSLm4VpXvo47mfTyXJFTjGPsz420t1MO +aze3RHMChxX4k8XGBd8UhQN4psvJboizS0GXCDBK334CoodwJRErVoomYQ9q6ftXbr+ MOoK8t3KZFwQ1FgHbeGJecGg5VtW8Fb2Ra3poROrjz8Se5aHj0duBc/iKT/kaoIH/dxQ F53g== MIME-Version: 1.0 Received: by 10.60.19.106 with SMTP id d10mr6044525oee.40.1331977125441; Sat, 17 Mar 2012 02:38:45 -0700 (PDT) Received: by 10.60.18.162 with HTTP; Sat, 17 Mar 2012 02:38:45 -0700 (PDT) In-Reply-To: <4F63BB88.9010604@gmail.com> References: <4F63BB88.9010604@gmail.com> Date: Sat, 17 Mar 2012 10:38:45 +0100 Message-ID: To: =?UTF-8?B?TMO8dGZpIEFsdMSxbg==?= Cc: =?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?= , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] SVN Account Request: laltin From: simonsimcity@googlemail.com (Simon Schick) 2012/3/16 =C3=81ngel Gonz=C3=A1lez > > On 16/03/12 18:45, L=C3=BCtfi Alt=C4=B1n 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 > =C2=A0svn 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. > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi, L=C3=BCtfi If I got it right, the community decided to switch all projects to git soon (only php-src is missing: http://git.php.net/). They will also connect their repositories to github. After that it should be possible to forge the repository, change something and start a pull-request. This will then send an email to a group of people who will look through the changes and give you feedback. Please correct me if I got it wrong. Bye Simon