Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35446 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41864 invoked by uid 1010); 13 Feb 2008 13:01:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41827 invoked from network); 13 Feb 2008 13:01:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2008 13:01:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:40223] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/A4-24174-224E2B74 for ; Wed, 13 Feb 2008 07:35:47 -0500 Received: from MBOERGER-ZRH.corp.google.com (187-169.79-83.cust.bluewin.ch [83.79.169.187]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 0844B1B3663; Wed, 13 Feb 2008 13:35:42 +0100 (CET) Date: Wed, 13 Feb 2008 13:35:09 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <873078167.20080213133509@marcus-boerger.de> To: Jani Taskinen CC: jani.taskinen@iki.fi, PHP Internals List In-Reply-To: <1202727998.7973.3.camel@localhost.localdomain> References: <971575499.20080209153315@marcus-boerger.de> <47AFE049.3020507@zend.com> <75191542.20080211103201@marcus-boerger.de> <1202727998.7973.3.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Conditional INI support From: helly@php.net (Marcus Boerger) Hello Jani, it is a queestion of how easy i can accomplish things. In fact I do not want to set variables in the ini file first. I want PHP to generate them for me automatically. marcus Monday, February 11, 2008, 12:06:38 PM, you wrote: > 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 Best regards, Marcus