Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98518 invoked from network); 7 Jun 2011 14:00:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2011 14:00:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:45129] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/3D-30784-FEE2EED4 for ; Tue, 07 Jun 2011 10:00:18 -0400 Received: by gyb11 with SMTP id 11so2345385gyb.29 for ; Tue, 07 Jun 2011 07:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PrCL5DT7iYr02K0DL8jy4gcKq6WO60wIK3QrlTWCHSw=; b=oG8ADpTaccnayrh/ALb+MIduS6kLs8bbEW4jTu18//COgrOvbmMkcHZ8n8s39xXv9v /A+xuHrysozuBhHHwFVU4H27Es5zBF6IpKmcqLIB7fZobDBZeZHbJ5oW2oix5dze0gcm SZmxGlS7hNO7r6kqtX6eIiCUnEWGn+uFxZB1I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=onOqnMXvPFFATgvQ9pqD1pu2JYfMTQyglA5zkBXy6PjRmBJDJOjxGzVo45xBFhmYjp Z7VgXudOLdo6MZ/XTpXJGupvmC06VYokejD6YPrROAKT3tXSYwcmrzgaU7iF35ie+hU1 UDCuknIV3u0rfqprc0kJxlBEzJAx+hhV4xJug= MIME-Version: 1.0 Received: by 10.147.86.18 with SMTP id o18mr2975897yal.17.1307455202855; Tue, 07 Jun 2011 07:00:02 -0700 (PDT) Sender: hannes.magnusson@gmail.com Received: by 10.146.210.3 with HTTP; Tue, 7 Jun 2011 07:00:02 -0700 (PDT) In-Reply-To: <4DED3D5B.6030307@oracle.com> References: <4DED3D5B.6030307@oracle.com> Date: Tue, 7 Jun 2011 16:00:02 +0200 X-Google-Sender-Auth: UkFFQSixzDCZTV5gJFsp-fH3Td8 Message-ID: To: Christopher Jones Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Callable typehint From: bjori@php.net (Hannes Magnusson) On Mon, Jun 6, 2011 at 22:49, Christopher Jones wrote: > > > On 06/06/2011 12:41 PM, Hannes Magnusson wrote: > >> See attached patch+phpt; Any objections to include it in 5.4? > > Hannes, > > How about putting up an RFC for it? =C2=A0Even a brief RFC would be bette= r than > none. > https://wiki.php.net/rfc/callable To avoid another flamewar.. Am I now supposed to create a new thread with [RFC] in the subject, wait for minimum 2 weeks, and then create a poll somewhere on the wiki and create new thread with [VOTE] in subject, and wait for another 2weeks and then if accepted by 50%+1 php.net developer, and 60% of the community votes, then I can commit? Thats the current rules of the game? -Hannes