Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6201 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56283 invoked by uid 1010); 4 Dec 2003 13:12:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56259 invoked from network); 4 Dec 2003 13:12:32 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 4 Dec 2003 13:12:32 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 7BE021488089; Thu, 4 Dec 2003 05:11:40 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 30F141488087 for ; Thu, 4 Dec 2003 05:11:38 -0800 (PST) Message-ID: <00c901c3ba68$2b2cfe80$8802a8c0@obsidian> To: Date: Thu, 4 Dec 2003 13:11:43 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: pending CVS massaging From: wez@thebrainroom.com ("Wez Furlong") Following up from Jani's mail regarding pecl picking, I will be tweaking CVSROOT/modules later tonight so that our "golden" pecl packages get checked out along with the php sources. This includes removing the symlink that links pecl/sqlite into ext (as it would be redundant). Once the change is made, you will need to check out the source again to pick up the extensions; you can check out over the top of your existing working directory and CVS will be smart enough to only fetch the things you need, so this shouldn't pose a problem. This is just an advance warning; nothing has changed yet. --Wez.