Newsgroups: php.internals,php.pdo Path: news.php.net Xref: news.php.net php.internals:35106 php.pdo:95 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41875 invoked by uid 1010); 2 Feb 2008 17:35:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41859 invoked from network); 2 Feb 2008 17:35:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2008 17:35:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 64.97.136.139 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.139 smtpout0139.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.139] ([64.97.136.139:9548] helo=n066.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/3E-41947-AE9A4A74 for ; Sat, 02 Feb 2008 12:35:39 -0500 Received: from sc1-out08.emaildefenseservice.com (64.97.139.2) by n066.sc1.he.tucows.com (7.2.069.1) id 4769F91800504403; Sat, 2 Feb 2008 17:35:36 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,e7ec4de2d7ded23c,2c2c8992cf8e80d3,steph@zend.com,-,RULES_HIT:355:379:539:540:541:542:543:567:601:602:945:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2194:2198:2199:2200:2379:2393:2559:2562:2828:2829:3352:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:4250:5007:6119:6261:7653:7802,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF: not bulk,SPF:,MSBL:none,DNSBL:none X-Spamcatcher-Explanation: Received: from foxbox (62-31-252-198.cable.ubr07.shef.blueyonder.co.uk [62.31.252.198]) (Authenticated sender: steph.fox) by sc1-out08.emaildefenseservice.com (Postfix) with ESMTP; Sat, 2 Feb 2008 17:35:35 +0000 (UTC) Message-ID: <00ce01c865c2$22f23aa0$c6fc1f3e@foxbox> Reply-To: "Steph Fox" To: Cc: "internals" Date: Sat, 2 Feb 2008 17:36:23 -0000 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Fw: [PDO] [RFC] An Idea for PDO 2 From: steph@zend.com ("Steph Fox") > If we're going the PECL refurbishment route, can we have some way of > marking non-standard (as in CLA'd or differently-licensed) extensions to > make contributors' lives easier and future discussions of this nature > moot? Possibly even a separate CVS module that hooks into the PECL > infrastructure? e.g. PECLA ? :) This seemed a bad idea to me last night, but actually it could work out well (assuming PECL itself is sorted out pronto). From the end user perspective there'd be no distinction between PECL and PECLA extensions - both would have pecl.php.net homepages and releases etc - but from the dev perspective there's this whole marked area that you know you're going to need to sign something if you want to contribute to it, and it would require a separate checkout. It also has the advantage that we don't need to wait for PECL to be fixed before opening up the repository module, although obviously how well it works would be down to how well PECL resolves its problems. Thoughts, anyone? - Steph