Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:932 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83298 invoked from network); 16 Apr 2003 05:58:07 -0000 Received: from unknown (HELO mailout03.sul.t-online.com) (194.25.134.81) by pb1.pair.com with SMTP; 16 Apr 2003 05:58:07 -0000 Received: from fwd10.sul.t-online.de by mailout03.sul.t-online.com with smtp id 195fvl-0001T9-0A; Wed, 16 Apr 2003 07:58:01 +0200 Received: from baumbart.post.rwth-aachen.de (520072483730-0001@[80.142.163.143]) by fwd10.sul.t-online.com with esmtp id 195fvd-1fuHnkC; Wed, 16 Apr 2003 07:57:53 +0200 Reply-to:marcus.boerger@post.rwth-aachen.de Message-ID: <5.1.0.14.2.20030416075516.08f44c58@pop.t-online.de> X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 16 Apr 2003 07:57:51 +0200 To: Jani Taskinen Cc: internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Sender: 520072483730-0001@t-dialin.net Subject: Re: [PHP-DEV] "forced" ini settings in CLI don't work anymore.. From: marcus.boerger@t-online.de ((Marcus =?iso-8859-1?Q?B=F6rger?=)) References: At 05:03 16.04.2003, Jani Taskinen wrote: > > When '-n' is used (to not use any php.ini) both builds work fine. > So, are these not supposed to be forced defaults anymore for CLI? > They only overwrite the settings for -n now. The key idea was that the user should be able to change the values by all three mechanisms: "-d" option, php-cli.ini and ini_set(). If there were any ini setting that really needed to overwrite the ini file always we could do that, too (but i don't see a need for it). marcus