Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3592 invoked from network); 23 Dec 2009 18:20:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Dec 2009 18:20:10 -0000 Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:8425] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/C4-17066-95F523B4 for ; Wed, 23 Dec 2009 13:20:10 -0500 Received: by fg-out-1718.google.com with SMTP id 19so3983649fgg.11 for ; Wed, 23 Dec 2009 10:20:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=xrspENsT3rvbL6niuKmqx7qeBSof0xzDM6+SvIxpTK8=; b=Guksz+IQ2BtjUoqzhGiuELWQdsiubA8jvDjRC4RWmnV4ZsOS8TQ+IvcEld/3T0GuSn B3NrmA3b1DeO9gwHhfOZOElLw9pUGNIZqAknEZAay1iWIih94Gx7d4+gE2KrS3lXZvJu Pg9EEnk2VRMsnEyaYEAw63zGGjfkgJJf3DFis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KVCccuTZsjjlhXs5ZU297P0rahGGP35UaiyUPOmp+QEB79+p6IFd7TNmPY0wJgJtni /hymLnJryA5Xeo7FKssKJkikcxbJS9WAd22XGJqxrCOVtlmwM45cQORvYvGirJR/ubs8 BPiNoy+JmW0UiyonnSb8dQ22dN38tvx24hRew= MIME-Version: 1.0 Received: by 10.239.162.129 with SMTP id l1mr1097043hbd.214.1261592406789; Wed, 23 Dec 2009 10:20:06 -0800 (PST) In-Reply-To: <8cf711460912231013n47344746qec880bacfd19e9f4@mail.gmail.com> References: <1261576024.1840.28.camel@guybrush> <8cf711460912231013n47344746qec880bacfd19e9f4@mail.gmail.com> Date: Wed, 23 Dec 2009 10:20:06 -0800 Message-ID: To: Mikko Koppanen Cc: Tjerk Meesters , =?UTF-8?Q?Johannes_Schl=C3=BCter?= , php-dev Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Proposal: allow for includes in php.ini From: mike503@gmail.com (Michael Shadle) On Wed, Dec 23, 2009 at 10:13 AM, Mikko Koppanen wrote: > Hello, > > I think you can use PHP_INI_SCAN_DIR environment variable which should > work runtime as well. still seems a bit archaic. i don''t see any reason why include support can't be added in php.ini. it will probably wind up becoming more popular and widely used than the configure option too, or the environment option... this requires the environment variable to be set prior to launching the php-cgi or php-fpm processes. while it can override the static location done at configure time it still doesn't seem flexible. i'm thinking of includes and the ability to include them as many times as you want inside of php.ini :)