Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74574 invoked by uid 1010); 7 Nov 2007 20:56:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74559 invoked from network); 7 Nov 2007 20:56:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2007 20:56:13 -0000 Authentication-Results: pb1.pair.com header.from=Sriram.Natarajan@Sun.COM; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=Sriram.Natarajan@Sun.COM; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain Sun.COM from 192.18.98.31 cause and error) X-PHP-List-Original-Sender: Sriram.Natarajan@Sun.COM X-Host-Fingerprint: 192.18.98.31 brmea-mail-1.Sun.COM Solaris 9 Received: from [192.18.98.31] ([192.18.98.31:45101] helo=brmea-mail-1.sun.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/41-00077-C6622374 for ; Wed, 07 Nov 2007 15:56:13 -0500 Received: from fe-amer-09.sun.com ([192.18.109.79]) by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id lA7Ku9xK029635 for ; Wed, 7 Nov 2007 20:56:09 GMT Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JR500J01LGQM900@mail-amer.sun.com> (original mail from Sriram.Natarajan@Sun.COM) for internals@lists.php.net; Wed, 07 Nov 2007 13:56:09 -0700 (MST) Received: from [192.18.120.213] by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JR5008QGM5IYC50@mail-amer.sun.com> for internals@lists.php.net; Wed, 07 Nov 2007 13:56:07 -0700 (MST) Date: Wed, 07 Nov 2007 12:54:17 -0800 Sender: Sriram.Natarajan@Sun.COM To: internals@lists.php.net Message-ID: <473225F9.10903@Sun.COM> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) Subject: conf.d support within PHP 5.2 core ? From: Sriram.Natarajan@Sun.COM (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. thanks in advance sriram