Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6319 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85747 invoked by uid 1010); 9 Dec 2003 20:56:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85699 invoked from network); 9 Dec 2003 20:56:36 -0000 Received: from unknown (HELO smtp2.netcologne.de) (194.8.194.218) by pb1.pair.com with SMTP; 9 Dec 2003 20:56:36 -0000 Received: from localhost.localdomain (xdsl-213-196-230-124.netcologne.de [213.196.230.124]) by smtp2.netcologne.de (Postfix) with SMTP id 7FCD039D95; Tue, 9 Dec 2003 21:56:35 +0100 (MET) Date: Tue, 9 Dec 2003 21:56:35 +0100 To: Derick Rethans Cc: wez@thebrainroom.com, thies@thiesos.org, internals@lists.php.net Message-ID: <20031209215635.77b65f31.paj@pearfr.org> In-Reply-To: References: <05e501c3be8e$bc5c39a0$8802a8c0@obsidian> <20031209210909.27d72a7e.paj@pearfr.org> Organization: Freelancer X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] oci in pecl... From: paj@pearfr.org (Pierre-Alain Joye) On Tue, 9 Dec 2003 21:12:44 +0100 (CET) Derick Rethans wrote: > 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 > ;-) Copy the file php-src/pear/PEAR/Downloader.php to {pearprefix}/PEAR/Downloader.php. That should fix this bug until the next release. hth pierre