Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69196 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96402 invoked from network); 18 Sep 2013 14:29:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2013 14:29:42 -0000 Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.212.44 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.212.44 mail-vb0-f44.google.com Received: from [209.85.212.44] ([209.85.212.44:33807] helo=mail-vb0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/AB-43258-5D8B9325 for ; Wed, 18 Sep 2013 10:29:42 -0400 Received: by mail-vb0-f44.google.com with SMTP id e13so5388572vbg.31 for ; Wed, 18 Sep 2013 07:29:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=xkwlmDPteZYbZCOflNgdXdrQoKfTginRMXEDOk40xpw=; b=LVijez5qHxGUb10LZ14KmMfLbYHiOYzGeFsKqwIbmxlSs9VTstUHwpRB0gUBvGiEnN yJu/BV7wvRMCyVvU89qoxUPGzDzDbvrWeQ3pJnRFXP3Cm7BHIIc1iSWUn3YvppMr9l2R LStT8M/S9Dx3skGHsDw6dIKSRO5A3rqQL5eBuD3/kb/I5YCSuOBnfUgIVfjN0obaWNd9 LMd4q83FPoFdYSCmQtaPrjbx8ECBbgoMXqbMo7x0dDsbQWQ5dklljUU18rW6XKNEk46+ XPrfXyc0/0egPQodtvq6BUEcTBoT09h/yD7fwI+jhdrDICYMf3H+OSWBcsiNSYKjV1Z6 zp4w== X-Gm-Message-State: ALoCoQnjWD0/zuLVu7hDpffLQyRwsDcjgrnAUajexhSHvjg4bWO8Ibvw/w61Pp9gBMpyiQKGcHhE X-Received: by 10.58.187.47 with SMTP id fp15mr7349750vec.22.1379514578848; Wed, 18 Sep 2013 07:29:38 -0700 (PDT) Received: from Ralphs-Mac-Pro.local (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPSA id pu3sm1201088vec.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Sep 2013 07:29:38 -0700 (PDT) Message-ID: <5239B8D0.8080308@ralphschindler.com> Date: Wed, 18 Sep 2013 09:29:36 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Keywords as identifiers From: ralph@ralphschindler.com (Ralph Schindler) http://news.php.net/php.internals/23254 -ralph On 9/16/13 7:53 AM, Bob Weinand wrote: > Hi! > > This is the (official) RFC thread for the patch proposed in http://php.markmail.org/message/7rn4mbwkbytqa3ig > > https://wiki.php.net/rfc/keywords_as_identifiers > > Any feedback about the RFC or the implementation? > > Bob Weinand >