Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6311 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9185 invoked by uid 1010); 9 Dec 2003 20:12:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9159 invoked from network); 9 Dec 2003 20:12:46 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 9 Dec 2003 20:12:46 -0000 Received: from [10.21.1.187] (c38047.upc-c.chello.nl [212.187.38.47]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hB9KCin9007852; Tue, 9 Dec 2003 21:12:45 +0100 Date: Tue, 9 Dec 2003 21:12:44 +0100 (CET) X-X-Sender: derick@localhost To: Pierre-Alain Joye cc: Wez Furlong , thies@thiesos.org, internals@lists.php.net In-Reply-To: <20031209210909.27d72a7e.paj@pearfr.org> Message-ID: References: <05e501c3be8e$bc5c39a0$8802a8c0@obsidian> <20031209210909.27d72a7e.paj@pearfr.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] oci in pecl... From: derick@php.net (Derick Rethans) On Tue, 9 Dec 2003, Pierre-Alain Joye wrote: > On Tue, 9 Dec 2003 19:57:52 -0000 > "Wez Furlong" wrote: > > > > if we get a new maintainer, i'd like him to be able to roll > > > independent from the main-tree. (also - don't forget - not too many > > > ppls use oracle, and those who do would be more than happy to get > > > new features/improvemnt from a new maintainer) > > > > This is precisely what I want to encourage in PECL. > > Fully aggreed (if that count ;) ). I really like the idea to work on > package release basis in preference of "horrible" CVS tags ;). For this to work pear install needs to work first. Try "pear install tidy" -> doesn't work, while "pear download tidy" works fine. And as the pear installer has as much docs as the Zend engine... I've no time/clue on where to start looking for the problem ;-) Derick