Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18807 invoked from network); 4 Jun 2009 21:59:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2009 21:59:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.116 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.116 us-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [63.205.162.116] ([63.205.162.116:22622] helo=us-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/04-44672-EC3482A4 for ; Thu, 04 Jun 2009 17:59:43 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 4 Jun 2009 14:59:55 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CE02F11C5F@us-ex1.zend.net> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] Notes from the PDM in Chicago Thread-Index: Acnk4LUF9tngjq49R3W6fH9jo8tsdwAfu6+w References: <4A26E286.9010801@gravitonic.com> <7f3ed2c30906031424m6fd43927q25af4a9f5dbc8424@mail.gmail.com> <4A26EB27.609@gravitonic.com> <698DE66518E7CA45812BD18E807866CE02F119EC@us-ex1.zend.net> To: "Pierre Joye" Cc: "Elizabeth M Smith" , Subject: RE: [PHP-DEV] Notes from the PDM in Chicago From: andi@zend.com ("Andi Gutmans") > -----Original Message----- > From: Pierre Joye [mailto:pierre.php@gmail.com] > Sent: Wednesday, June 03, 2009 11:50 PM > To: Andi Gutmans > Cc: Elizabeth M Smith; internals@lists.php.net > Subject: Re: [PHP-DEV] Notes from the PDM in Chicago >=20 > > Btw, this is also true for PDO. We would want interfaces for > PDOStatement and some other classes there too. That is in the TODO for > PDO I believe but if we do this then let's make sure we do it > consistently. >=20 > I would suggest to create a specific RFC about this topic in the wiki. The requirement itself is captured in http://wiki.php.net/rfc/pdov1. The problem is of course coming up with an RFC for a standard way to do interfaces for internal classes that need that (naming convention). Will try and look into what precedence we have and see what we can suggest. Andi