Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59724 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99549 invoked from network); 11 Apr 2012 07:50:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2012 07:50:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:35454] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/46-18401-7D7358F4 for ; Wed, 11 Apr 2012 03:50:47 -0400 Received: by obbeh20 with SMTP id eh20so1040461obb.29 for ; Wed, 11 Apr 2012 00:50:44 -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; bh=EcgiEY7eAzTu5qQX9DZl1Me+UVM9OOOXQcWghHGXiC8=; b=aET+X7MEg+tA8gw8xjFdgKTkQnm+VtpM3OJNWgFu2BJFeEJ5/5bapZYSwadCN0aweI UQMk23I2xT1vPHHgPo3LW7gU2uLUUdDnwojZ6YEslVL1iMT0gO+Rv1hOxJvS4j7F79u5 DKXhJkILWHp8Qgq3+wGHCvkf8gag4WkdkO4boPcuTLSv4LAAK3KEXZklm7lzWE2t+r0q A+Atc+6frYNno4cpTFFi1AWSXi220tyhffZaJRbCPYGFpmJ3o0Ld930rHDcrwnn3wgP/ 0UYK3w3kz0ZGLMM665JWavNxl5eajO5FyZBdhJjMD9tbFIjVlYIwwhKoUYesJt29jQMf IX6w== MIME-Version: 1.0 Received: by 10.182.7.4 with SMTP id f4mr20207034oba.57.1334130644786; Wed, 11 Apr 2012 00:50:44 -0700 (PDT) Received: by 10.60.98.74 with HTTP; Wed, 11 Apr 2012 00:50:44 -0700 (PDT) In-Reply-To: References: Date: Wed, 11 Apr 2012 09:50:44 +0200 Message-ID: To: lijiu zhang Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] How to get a git account User ID Requested Password From: simonsimcity@googlemail.com (Simon Schick) 2012/4/11 lijiu zhang : > Hello everyone: > > I am a mater student of Australia National University. I have used PHP for > several years, I want to join in the PHP development and contribute some > patch. > The git account need to User ID and Requested Password, how can I get them? > > Sincerely, > LijiuZhang > > ** Hi, LijiuZhang The easiest way would be to create a new account at github, fork the php-src project and start working :) https://github.com/php/php-src But don't forget to write here when adding new features ... just to have stuff discussed before you work day-and-night on things that won't be implemented. Bye Simon