Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32617 invoked from network); 11 Jan 2017 22:18:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2017 22:18:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.160 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.160 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.160] ([81.169.146.160:22828] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/50-30525-02FA6785 for ; Wed, 11 Jan 2017 17:18:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1484173085; l=2968; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=SoT3l9Rs/gMuRNuvcNi6OrYJsmVQ0Z4Co3XRtOZ4olQ=; b=Npfj6jM7EFjsT1IThZieexeaCCKPFPlNYnh1YVRUaZ1XSw7GgYXWQJx9SlHq6WKHrF QXsjk0gtWuL2/J++yQgYGzXw33aeLGLW/WqNfVHQBoR/GOO5cV5O/5WxIk4A/HQi+Qn3 2gaLVQGvdCWn4FGwqE3cv4GSIukoaSs/o42u8= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoBPBqD/tsM= X-RZG-CLASS-ID: mo00 Received: from mail-qk0-f176.google.com ([209.85.220.176]) by smtp.strato.de (RZmta 39.11 AUTH) with ESMTPSA id e084c6t0BMI5Lcg (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Wed, 11 Jan 2017 23:18:05 +0100 (CET) Received: by mail-qk0-f176.google.com with SMTP id s140so2112188qke.0 for ; Wed, 11 Jan 2017 14:18:05 -0800 (PST) X-Gm-Message-State: AIkVDXKD3nHrUycYblYY9Ct8RdU+tX6vH57z8/UUCJ6+aM0m3EcHUhX47tjvbhanJdtTlThu0cHTbNIx0zLlBw== X-Received: by 10.55.17.68 with SMTP id b65mr10222780qkh.60.1484173084836; Wed, 11 Jan 2017 14:18:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.141.204 with HTTP; Wed, 11 Jan 2017 14:18:04 -0800 (PST) In-Reply-To: References: <961D2C3F-AD68-4F02-9E18-54F4AF0A46D1@thefsb.org> Date: Wed, 11 Jan 2017 23:18:04 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Kalle Sommer Nielsen Cc: Andrey Andreev , Tom Worster , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1146f10681cd8f0545d8f941 Subject: Re: [PHP-DEV] Re: [Discussion] HKDF From: me@kelunik.com (Niklas Keller) --001a1146f10681cd8f0545d8f941 Content-Type: text/plain; charset=UTF-8 2017-01-11 22:06 GMT+01:00 Kalle Sommer Nielsen : > Hi Andrey > > 2017-01-11 21:48 GMT+01:00 Andrey Andreev : > > Yes, I've used the online editor in the past. But it feels weird ... and > I > > can't even see patches I've submitted in the past. > > > > If it has to happen quickly, I'll probably use that, but I'd rather avoid > > it. > > Yeah sadly there is some fuzz going on there if you do not have a VCS > account. Although I personally prefer SVN as it is much easier and > faster. You can always make a diff there and send to the docs mailing > list (and it will forever be stored, and searchable from indexing > sites like markmail (our own NNTP site do not support search /o\))[1] > or mail it to me directly and I'll commit it in case you are not > granted a VCS account. Could we move documentation to Git and mirror it on Github, too? I think we might get more PRs on GitHub than on this strange edit.php.net editor, where probably most people edit and save, but forget to submit the actual patch. Regards, Niklas --001a1146f10681cd8f0545d8f941--