Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61491 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86276 invoked from network); 19 Jul 2012 15:44:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2012 15:44:34 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:44754] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/30-18983-16B28005 for ; Thu, 19 Jul 2012 11:44:34 -0400 Received: by vcbgb30 with SMTP id gb30so1452705vcb.29 for ; Thu, 19 Jul 2012 08:44:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FhpRVJFcucUhWyVMXK4TBicUDYbqw+KIrxIgwk+jr3E=; b=s53AmEytqDH58qpIo+4akJ6vb7oqi4OlseDz7KmwNsDXedQI26hxvRlmsxQTvBhBf6 /5x59muaOjA1ekg3UPFGv/Mcco6KZ6RNEFyWnVVKzAZqtBFQqZLyayzkXLJl6llb2zLC vZ4U9bgWU6rf//1TSSSRiX/09mVXi2cswQEXa6Z7ODRGNuPLtwg19gt5iKvlCej46ROs ylWdKY54Lf+wu+XMGIFLAyV28KFaD75aEmqZzTsbFM1kO+qvqLZ1U+TFAESiHVsfXgKQ CZ7MvBwTkDbjX65wQjVVMwMyrEyxh/b27JM3F3ZvU8eRHOuPJabjHg4QWxJQOObzYHJc 2feA== MIME-Version: 1.0 Received: by 10.220.153.136 with SMTP id k8mr1395868vcw.38.1342712670909; Thu, 19 Jul 2012 08:44:30 -0700 (PDT) Received: by 10.52.34.84 with HTTP; Thu, 19 Jul 2012 08:44:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Jul 2012 16:44:30 +0100 Message-ID: To: Galen Wright-Watson Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] RFC karma request From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Jul 18, 2012 at 11:43 PM, Galen Wright-Watson wrote: > I'd like to see some version of the null-coalescing ternary operator > (recently brought up in a thread started by Rafael Dohms) make it into PHP. > To help it along, may I have RFC karma so I can draft a proposal? My PHP > wiki account name is "outis", e-mail is "ww.galen@gmail.com". > > If there's a better/approved way of getting RFC karma than posting on the > internals list, please let me know. So far, I haven't been able to find any > official documentation on how. The trick is to read the registration page :] You should now have karma to edit/create stuff in the /rfc namespace. -Hannes