Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6032 invoked by uid 1010); 9 Jun 2006 23:10:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6017 invoked from network); 9 Jun 2006 23:10:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jun 2006 23:10:50 -0000 X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:33295] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2B/6F-30619-9FFF9844 for ; Fri, 09 Jun 2006 19:10:49 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.6/8.12.11) with ESMTP id k59NAg3j015545; Sat, 10 Jun 2006 01:10:42 +0200 Date: Sat, 10 Jun 2006 01:10:23 +0200 (CEST) X-X-Sender: derick@localhost To: Pierre cc: internals@lists.php.net, Michael B Allen In-Reply-To: <20060610010222.279de768@pierre-u64> Message-ID: References: <20060609181531.7f12a5de.mba2000@ioplex.com> <20060610010222.279de768@pierre-u64> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: Extension Installation From: derick@php.net (Derick Rethans) On Sat, 10 Jun 2006, Pierre wrote: > On Fri, 9 Jun 2006 18:15:31 -0400 > mba2000@ioplex.com (Michael B Allen) wrote: > > > Is /etc/php.d a standard part of *every* php4 installation? Can I rely > > on it's existance? Is it's location a configuable option? > > It is a distribution specific directory. Some uses it other not. > > The PHP releases (http://www.php.net/downloads.php) rely only on one > php.ini, which is configurable. Actually, there is also an option that allows you to scan a specific directory for ini files as well: --with-config-file-scan-dir=/etc/httpd/extra-ini regards, Derick