Newsgroups: php.internals,php.pdo Path: news.php.net Xref: news.php.net php.internals:35157 php.pdo:119 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38415 invoked by uid 1010); 4 Feb 2008 08:58:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38383 invoked from network); 4 Feb 2008 08:58:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2008 08:58:17 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.7 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.7 mail.jdi-ict.nl Linux 2.6 Received: from [82.94.239.7] ([82.94.239.7:33475] helo=mail.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/14-07314-8A3D6A74 for ; Mon, 04 Feb 2008 03:58:17 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id m148wDtk016261; Mon, 4 Feb 2008 09:58:13 +0100 Date: Mon, 4 Feb 2008 09:58:13 +0100 (CET) X-X-Sender: derick@kossu.ez.no To: Marcus Boerger cc: pdo@lists.php.net, PHP Internals In-Reply-To: <37388396.20080201212653@marcus-boerger.de> Message-ID: References: <37388396.20080201212653@marcus-boerger.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PDO] [RFC] An Idea for PDO 2 From: derick@php.net (Derick Rethans) On Fri, 1 Feb 2008, Marcus Boerger wrote: > * Develop a PECL CLA that can optionally be used for PECL projects. > * If necessary, adapt the PHP License, so that it works nicely > together with the CLA. > * The projects that want a CLA can choose between the PHP License or > LGPL. > * Change the PELC web site so that projects can opt-in to using the > CLA. > * Arrange it so that projects cannot drop the CLA flag. > * Add a user/CLA/project table to the PHP user database, and use this > in CVS ACLs. > * Create a new CVS module php-default. > * Move all extensions that can be disabled and are not required for > others to PECL. > * Link everything under php-src plus a default selection of > extensions to php-default. > * Let us once and for all ban CLAs from php-src aka PHP core. > * Start developing PDO as part of CVS module php-src. > > Sorry for not writing this earlier. So how does this idea sound? Not terrible good actually. ALl the things that mention a CLA should never come close to PHP or PECL in my opinion. If people want to develop non-open software they can use their own resources for it. regards, Derick