Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5833 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39899 invoked by uid 1010); 30 Nov 2003 18:06:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39810 invoked from network); 30 Nov 2003 18:06:51 -0000 Received: from unknown (HELO smtp1.pp.htv.fi) (212.90.64.119) by pb1.pair.com with SMTP; 30 Nov 2003 18:06:51 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 73D587FD4C; Sun, 30 Nov 2003 20:06:50 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id hAUI6nZK026883; Sun, 30 Nov 2003 20:06:49 +0200 Date: Sun, 30 Nov 2003 20:06:49 +0200 (EET) Reply-To: Jani Taskinen To: Derick Rethans Cc: Wez Furlong , internals@lists.php.net In-Reply-To: Message-ID: References: <200311300918.14257.magnus@php.net> <03f101c3b726$0f30c300$8802a8c0@obsidian> <040201c3b726$fa681030$8802a8c0@obsidian> <045201c3b728$fb554470$8802a8c0@obsidian> <166673232281.20031130133523@marcus-boerger.de> <177673922390.20031130134653@marcus-boerger.de> <04b001c3b740$d8793d40$8802a8c0@obsidian> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Move old (or non-mainstream) extensions to PECL before beta 3 From: sniper@iki.fi (Jani Taskinen) On Sun, 30 Nov 2003, Derick Rethans wrote: >On Sun, 30 Nov 2003, Jani Taskinen wrote: > >> >> I kinda have thought all the time that those extensions >> that will be in a release stay in the php-src CVS module. >> And the rest is put into PECL, where people can find them >> and use phpize or whatever to build them. >> >> Doesn't that 'pear install' thing work already? (sqlite, anyone?) > >SQlite is already in the normal tree, and pear install worked for PECL >extensions, but recently somebody broke that. I meant that it has worked fine for sqlite for long time. If someone broke the thing, that someone should fix it too. --Jani