Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97703 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27234 invoked from network); 11 Jan 2017 21:06:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2017 21:06:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.68 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.68 mail-it0-f68.google.com Received: from [209.85.214.68] ([209.85.214.68:35075] helo=mail-it0-f68.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/E6-55699-B5E96785 for ; Wed, 11 Jan 2017 16:06:35 -0500 Received: by mail-it0-f68.google.com with SMTP id 203so424069ith.2 for ; Wed, 11 Jan 2017 13:06:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=7NZUuqPdk5fEpz0byQcGs9Oq87x1XHp+yzaXQZxG7x0=; b=sxLKnI7MtZjmMCkN0p46XZpn6RIjF4toeE+f7nb4LtGMjhEOSsKCtln56hl78a4Gc9 ntebUhR1CetZ9e0CB/9QxyVNVpIwg2GS3WYBnMwVPe63UPKvn5qO9w3smDvEm1XSD35u Emg9A/WxcF67oZT/khnP3cvg1gpl6VlUjq9S1qadDxTQVL3SiFW0AOWwBpeya1stNveh bRrQOeTXv4p7/Hj+GZr6eRgaZ3MSn7EETjXUkTpA0bYMSoM8puqk9+gZNM1flxP0v0Vg XYVmXGUBzKuvWp2nHB6HsycWwjtees6VfOC2gphSywt4g1hvcpEA7dAIrGvYLSehVItA +4Qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=7NZUuqPdk5fEpz0byQcGs9Oq87x1XHp+yzaXQZxG7x0=; b=twSf8Rr/2KuT+nLTjmS8WgWcfiyGD/bH+egZk2yhAdynVNGOw1XYQcYl8e07Rwn3sq K0uNpL23K3RfR2OVnID3asb+f2bpxPKSnldkM8+IzkMRUT0v9E47IK+7UpIQ/0KTziTN AED/eOvb91hMfwtji6B/lfFpE10CsmlOFwMbRG6rxr7n1XYqsFOAh37VipSfo9UWb2/e gJi3Z4BGHlpA9S/ab9BGuCJI5SCDf9kLXj6yJdrIaJnw1UZ6e2kl6fRqx2y14BPZTsGu Tr+q61vwONpRfjXjTCZRFe7Fgyw8OXjk6rhf8A3DsUiMy8YsbrgJVvB+Ig+z30aoLjj3 fSgQ== X-Gm-Message-State: AIkVDXJJqUn/ktzS3Z0NSF9pA+I+vD2ngkz9C9fFCp1Y9xvoZAJI/9az2kvjA80DCFGsLpNl0Z85WhWf/6K3MA== X-Received: by 10.36.0.137 with SMTP id 131mr9970799ita.1.1484168792707; Wed, 11 Jan 2017 13:06:32 -0800 (PST) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.134.233 with HTTP; Wed, 11 Jan 2017 13:06:32 -0800 (PST) In-Reply-To: References: <961D2C3F-AD68-4F02-9E18-54F4AF0A46D1@thefsb.org> Date: Wed, 11 Jan 2017 22:06:32 +0100 X-Google-Sender-Auth: LyF2axa4ZXQumfUe3HKadB4dw30 Message-ID: To: Andrey Andreev Cc: Tom Worster , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [Discussion] HKDF From: kalle@php.net (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. [1] http://news.php.net/group.php?group=php.doc -- regards, Kalle Sommer Nielsen kalle@php.net