Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35363 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51458 invoked by uid 1010); 11 Feb 2008 11:06:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51443 invoked from network); 11 Feb 2008 11:06:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2008 11:06:44 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.179 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.179 mho-02-bos.mailhop.org Received: from [63.208.196.179] ([63.208.196.179:61863] helo=mho-02-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/97-64922-34C20B74 for ; Mon, 11 Feb 2008 06:06:43 -0500 Received: from [81.22.163.71] (helo=[10.6.109.198]) by mho-02-bos.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1JOWUi-000PMY-Ai; Mon, 11 Feb 2008 11:06:40 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/CLtifmL5gHo4n2seolh0qydu16JhxVb8= Reply-To: jani.taskinen@iki.fi To: Marcus Boerger Cc: PHP Internals List In-Reply-To: <75191542.20080211103201@marcus-boerger.de> References: <971575499.20080209153315@marcus-boerger.de> <47AFE049.3020507@zend.com> <75191542.20080211103201@marcus-boerger.de> Content-Type: text/plain Date: Mon, 11 Feb 2008 13:06:38 +0200 Message-ID: <1202727998.7973.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Conditional INI support From: jani.taskinen@sci.fi (Jani Taskinen) On Mon, 2008-02-11 at 10:32 +0100, Marcus Boerger wrote: > Hello Derick, > > exactly why I spent the time working on this. The ability to load the > correct stuff while developing. The sapi stuff might be a better solution > for sapi specific stuff as then you do not need to pass several ini files. > > marcus Exactly how is that different from what currently is there already: php_version = 50300 extension_dir = /some/path/${php_version}/ --Jani