Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33053 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76939 invoked by uid 1010); 7 Nov 2007 21:06:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76924 invoked from network); 7 Nov 2007 21:06:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2007 21:06:54 -0000 Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.236 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.162.236 nz-out-0506.google.com Received: from [64.233.162.236] ([64.233.162.236:1514] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/A1-00077-DE822374 for ; Wed, 07 Nov 2007 16:06:53 -0500 Received: by nz-out-0506.google.com with SMTP id x7so1811631nzc for ; Wed, 07 Nov 2007 13:06:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=v1pHOGKAyF4tzvHebdfDYf53M1BXdbBhtewjtzengD0=; b=iHc8oK48QB7UuDowfdKjj9E1JGgnblTnyskxyUKCF4m53VstR7aCZHm/nQ5dIqy3vnkEuRHO6o/jfC7Xy87zlhkLTBYzA5xk3H1iaMAZ6i4EwmfIq48Oxbzgeis9unmDhBbMeDzlBbM3F4y87DcznjGlyA3EJWsm3718kH0OkPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aiJK6Q+DcdJbtTIc7glk1jS3Ar6ikCMFRxgXYU6CqbUToH5vQY9ECZPeJ5XpshSKa4H1XElGvDuq2ZvD/F/kzK59A/lrpPsLZQbuO1XzkHxYnCtVqwzFUj9ugyOQ/A717rue642Cwitj7uBqAvqYNVUJ5HQ3N68Mo5eZp3uOlbY= Received: by 10.142.132.2 with SMTP id f2mr2355553wfd.1194469607524; Wed, 07 Nov 2007 13:06:47 -0800 (PST) Received: by 10.142.112.9 with HTTP; Wed, 7 Nov 2007 13:06:47 -0800 (PST) Message-ID: <7d5a202f0711071306y485a5ce5y7d7806ec63a5bc65@mail.gmail.com> Date: Wed, 7 Nov 2007 18:06:47 -0300 To: internals@lists.php.net In-Reply-To: <473225F9.10903@Sun.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <473225F9.10903@Sun.COM> Subject: Re: [PHP-DEV] conf.d support within PHP 5.2 core ? From: judas.iscariote@gmail.com ("Cristian Rodriguez") 2007/11/7, Sriram Natarajan : > Hi > Will you guys consider adding support for 'Include' file / directory > support (like 'conf.d' in Apache HTTPd) so that extensions can be > defined within a separate file rather than editing a single 'php.ini' ? > I understand that some Linux distributions do this currently. But, I am > interested in hearing if this will be considered to be delivered as part > of standard PHP distribution. If in case, this can be done with the > current distribution itself then I am very much interested in learning > as to how this can be done. Distributions do no other thing than using the oficially provided --with-config-file-scan-dir configure option, no other black magic involved -- http://www.kissofjudas.net/