Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35358 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30427 invoked by uid 1010); 11 Feb 2008 09:32:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30404 invoked from network); 11 Feb 2008 09:32:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2008 09:32:33 -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:51956] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/B4-64922-22610B74 for ; Mon, 11 Feb 2008 04:32:30 -0500 Received: from dhcp-172-28-202-237.zrh.corp.google.com (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id B854B1B3656; Mon, 11 Feb 2008 10:32:00 +0100 (CET) Date: Mon, 11 Feb 2008 10:32:01 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <75191542.20080211103201@marcus-boerger.de> To: Derick Rethans CC: Stanislav Malyshev , PHP Internals List In-Reply-To: References: <971575499.20080209153315@marcus-boerger.de> <47AFE049.3020507@zend.com> 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 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 Monday, February 11, 2008, 9:57:08 AM, you wrote: > On Sun, 10 Feb 2008, Stanislav Malyshev wrote: >> > 3) Add more values to INI parsing, namely: >> > >> > ${php.version} = 50300 >> > ${php.debug} = 0 >> > ${php.zts} = 0 >> > ${php.sapi} = CLI >> >> What these would be used for? > The version one is atleast useful for me to load different variants of > xdebug without having to edit the php.ini config file all the time. > regards, > Derick > -- > Derick Rethans > http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org Best regards, Marcus