Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92843 invoked from network); 18 Feb 2016 21:14:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2016 21:14:06 -0000 Authentication-Results: pb1.pair.com header.from=kgessner@etsy.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kgessner@etsy.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain etsy.com designates 209.85.192.45 as permitted sender) X-PHP-List-Original-Sender: kgessner@etsy.com X-Host-Fingerprint: 209.85.192.45 mail-qg0-f45.google.com Received: from [209.85.192.45] ([209.85.192.45:33412] helo=mail-qg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/00-27267-A1436C65 for ; Thu, 18 Feb 2016 16:14:03 -0500 Received: by mail-qg0-f45.google.com with SMTP id b35so47134779qge.0 for ; Thu, 18 Feb 2016 13:14:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=etsy.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zy/pHeMaOFRUA2yrLmeIj/eIrGEw+ZBeDcz5lwkNwZk=; b=J0AblBEJ+qWkAo7yJKNd9nJyPwEEhjuRNx+YXJEvZ6HThRZnGeFj85I/vKWwh2ajC1 +loN0ZtIwporYumQmzqBIumApY/fHIkPeYvbNytcP04drmhKMhRS3DOeHIkL+HW4R0rx UN16WXMg3SlFAt0KEMUkwKfX7pxvrbiPFgATs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=zy/pHeMaOFRUA2yrLmeIj/eIrGEw+ZBeDcz5lwkNwZk=; b=kH8VdCAhOgp9dWcL1B3DWnG4mVlcv+OctZSmmZ2nW/daxK2aX4My4vYb4F2CyvgPa2 bF+MxOZhorkZmkdWzTBbkzEHPds8QZ7Y59EnQyF3bHgBo1iWD4PP9iNdR2Fxc3MHawEO 8HYQvO9UTNUtuC+o7YngTp2hhj+28FNo05y+i99plILs/O12SLqns6gKdALonsFNqX1y KKwksDDQZlWyKmTok2UevfXdIZ5RuEOhGjHJ3YREN8MAfcgKo759hwQyftuMgY2rUELa nb68LgvaSGhs+ysQdHfxrc6ONH5D2SnXeVttvfFFEpbWjUUVCrN83jtJ76IDK1IEmJEU qwRg== X-Gm-Message-State: AG10YORiuwPDeM30lfPTbTCtBSDk8TyMdmEoOeB9WEy/IftRdiOR6+vvoHfqo6qjWMwF79bVf4QsD1+69cyBIWyf MIME-Version: 1.0 X-Received: by 10.140.105.198 with SMTP id c64mr11585900qgf.94.1455830035805; Thu, 18 Feb 2016 13:13:55 -0800 (PST) Received: by 10.55.165.198 with HTTP; Thu, 18 Feb 2016 13:13:55 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Feb 2016 16:13:55 -0500 Message-ID: To: internals Content-Type: multipart/alternative; boundary=001a113984a4236081052c11d8cc Subject: Re: [RFC] Traits with interfaces From: kgessner@etsy.com (Kevin Gessner) --001a113984a4236081052c11d8cc Content-Type: text/plain; charset=UTF-8 On Wed, Feb 17, 2016 at 2:05 PM, Kevin Gessner wrote: > On Wed, Feb 17, 2016 at 9:25 AM, Kevin Gessner wrote: > >> Hello internals team! I'd like to propose an RFC to allow traits to >> implement interfaces. >> > > I've created a proper RFC wiki page here with the draft: > https://wiki.php.net/rfc/traits-with-interfaces > > It includes more detail and several example code snippets. Thanks all for > your feedback so far. > I've just updated the RFC to v0.2, presenting two proposals to be voted separately: one to allow traits to declare and implement interfaces, and a second (dependent on the first) to propagate interface declarations from traits to classes. I'd appreciate any additional feedback on this new version! Cheers -- Kevin --001a113984a4236081052c11d8cc--