Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6320 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99678 invoked by uid 1010); 9 Dec 2003 21:06:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99614 invoked from network); 9 Dec 2003 21:06:30 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 9 Dec 2003 21:06:30 -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 hB9L6Rn9008839; Tue, 9 Dec 2003 22:06:28 +0100 Date: Tue, 9 Dec 2003 22:06:27 +0100 (CET) X-X-Sender: derick@localhost To: Pierre-Alain Joye cc: wez@thebrainroom.com, thies@thiesos.org, internals@lists.php.net In-Reply-To: <20031209215635.77b65f31.paj@pearfr.org> Message-ID: References: <05e501c3be8e$bc5c39a0$8802a8c0@obsidian> <20031209210909.27d72a7e.paj@pearfr.org> <20031209215635.77b65f31.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: > > 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. How would that help when Downloader.php is not even used?: derick@kossu:/usr/local/lib/php$ grep -r Downloader * derick@kossu:/usr/local/lib/php$ Derick