Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57961 invoked by uid 1010); 12 Dec 2005 12:48:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57946 invoked from network); 12 Dec 2005 12:48:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2005 12:48:33 -0000 X-Host-Fingerprint: 195.29.150.237 ls422.t-com.hr Linux 2.5 (sometimes 2.4) (4) Received: from ([195.29.150.237:53488] helo=ls422.t-com.hr) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A0/C5-49905-F917D934 for ; Mon, 12 Dec 2005 07:48:31 -0500 Received: from ls422.t-com.hr (localhost.localdomain [127.0.0.1]) by ls422.t-com.hr (Qmlai) with ESMTP id 26ABC9881DB for ; Mon, 12 Dec 2005 13:47:54 +0100 (CET) X-Envelope-Sender: invisible@hidden-city.net Received: from ls422.t-com.hr (localhost.localdomain [127.0.0.1]) by ls422.t-com.hr (Qmlai) with ESMTP id 23E4798828E for ; Mon, 12 Dec 2005 13:47:54 +0100 (CET) Received: from [192.168.0.20] (83-131-178-162.adsl.net.t-com.hr [83.131.178.162]) by ls422.t-com.hr (Qmlai) with ESMTP id F10418B804D for ; Mon, 12 Dec 2005 13:47:48 +0100 (CET) Message-ID: <439D7174.5000506@hidden-city.net> Date: Mon, 12 Dec 2005 13:47:48 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: pear.conf From: invisible@hidden-city.net (Dragan Stanojevic - Nevidljivi) Hi all... I don't know if this should be filed as a bug... pear.conf is installed where you point by --sysconfdir in configure, php.ini is installed where you point by --with-config-file-path This can be considered discrepancy... But when I viewed pear.conf in text editor it's just serialized string, not quite readable to humans... What about puting it in directory pointed by --with-pear ? There are more such files there used indirectly by pear or pecl like: ./.registry/archive_tar.reg ./.registry/console_getopt.reg ./.registry/pear.reg ./.channels/.alias/pear.txt ./.channels/.alias/pecl.txt ./.channels/pear.php.net.reg ./.channels/pecl.php.net.reg ./.channels/__uri.reg ./.filemap ./.lock ./.depdblock ./.depdb Thank you for your time, N::