Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46515 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37184 invoked from network); 23 Dec 2009 21:25:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Dec 2009 21:25:47 -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 209.85.220.227 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: 209.85.220.227 mail-fx0-f227.google.com Received: from [209.85.220.227] ([209.85.220.227:33985] helo=mail-fx0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/13-21037-9DA823B4 for ; Wed, 23 Dec 2009 16:25:47 -0500 Received: by fxm27 with SMTP id 27so7399376fxm.23 for ; Wed, 23 Dec 2009 13:25:42 -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=kP6LwFkzjMJutrCBc5RY0LlN3EUrdS9uS5uSTq8acdk=; b=CL76MVsv5JfNoyaDySWiK74/pFgbrpaX/hg81MzkW8W5jwoQAJgaMdq5S2xiitm3l9 QWh38XSd1UufR6jHyk4IiGHM9dQkoKOqeisdrtPzAGq2dMbeVxc1eo8BJo6LmdWencd1 s1dKOs8fk9f1HYEZ0uQ6gQdjWUuza+JkOqr7k= 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=pi6im2lOE1UGCKQaFfp/PzEq7ajwdRxpc+UmCFsQNp53rjiVsbA85b16MmQqHqK+J1 0pvB37yE8GXpBzHXLEhcAJ6vrXHySCIGSB7vun/CXIVuqOMz2VEx2XrBVJ9W/fB8BeOz TE8RX9RGe4+ckEiExk1ClaI4OfyUgKHhs1jYc= MIME-Version: 1.0 Received: by 10.239.130.31 with SMTP id 31mr1153407hbh.134.1261603542649; Wed, 23 Dec 2009 13:25:42 -0800 (PST) In-Reply-To: References: <1261576024.1840.28.camel@guybrush> <8cf711460912231013n47344746qec880bacfd19e9f4@mail.gmail.com> Date: Wed, 23 Dec 2009 13:25:42 -0800 Message-ID: To: Pierre Joye Cc: Mikko Koppanen , 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:47 AM, Pierre Joye wrote: > Please tell me one benefit except "we support include"? I don't see > any. The extra files are still there, they will be loaded too, etc. Instead of a -single location- being defined at compile time or execution of PHP time, this allows it N number of include directories. It opens up multiple usage models. for example, cpanel puts a per-account apache configuration inside of /home/$account/ - it just seems like a more flexible solution instead of static configure location. and environment variable override for a web-driven thing like php-cgi or php fpm has to be done before it is launched...