Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2495 invoked from network); 7 Jun 2011 14:22:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2011 14:22:24 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad 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.161.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.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:41099] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/FD-30784-F143EED4 for ; Tue, 07 Jun 2011 10:22:24 -0400 Received: by gxk27 with SMTP id 27so2362355gxk.29 for ; Tue, 07 Jun 2011 07:22:21 -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=/DmR/nTI6Dunw+Hg9hFp8ZNzR4rTs3uSZjWWiQd31Pg=; b=RfSA7NfsCBhqPJneDWYRTBduEB1s7BlQdEHVKWGbgy4ML40nLWCAezU/S+EVH/0B1T 1QAEcoyKrH2KSD0d53dhdrZhP2uQyPEPNgl9oJnwiEoy7gGXLEBNOj44ACZAO6ez7OEl vRWzyVSaOR+gSBe7jwh3dJKZAjfj42yP8CC80= 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=HnIWE3MPfH7+Mmyo0UNWuVfJ9o+XXV7j0Mj7qZbW+iTcwSmYZAQV45RILRdrb2/ZRi 2su6mdjdhKKFep9PogrtxBjc5VDy4hJrQxb4NvTdxPLQBGLsqqk21v9Anr3zVTninTP7 nJRLkfkLPRaJetrFZshk7W22cVN8UziqngzL4= MIME-Version: 1.0 Received: by 10.150.145.20 with SMTP id s20mr5904720ybd.227.1307456540871; Tue, 07 Jun 2011 07:22:20 -0700 (PDT) Sender: hannes.magnusson@gmail.com Received: by 10.146.210.3 with HTTP; Tue, 7 Jun 2011 07:22:20 -0700 (PDT) In-Reply-To: References: <4DED3D5B.6030307@oracle.com> Date: Tue, 7 Jun 2011 16:22:20 +0200 X-Google-Sender-Auth: 9e8OCrqhVcm2vq_oJa5tRJW1snw Message-ID: To: RQuadling@gmail.com Cc: Christopher Jones , 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 Tue, Jun 7, 2011 at 16:04, Richard Quadling wrote: > On 7 June 2011 15:00, Hannes Magnusson wrote: >> 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 bet= ter 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? > > I always thought it was publish and be damned. ;) That RFC process thread just became to much to pay attention to, so I'm unsure what the status of it is. -Hannes