Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969353010 php.internals:1152 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41754 invoked from network); 2 May 2003 07:06:56 -0000 Received: from unknown (HELO ns1.xprowler.com) (64.246.18.33) by pb1.pair.com with SMTP; 2 May 2003 07:06:56 -0000 Received: from Marshall (adsl-66-73-217-203.dsl.sfldmi.ameritech.net [66.73.217.203]) (authenticated (0 bits)) by ns1.xprowler.com (8.11.6/8.11.6) with ESMTP id h427XM222962; Fri, 2 May 2003 03:33:22 -0400 Message-ID: <017a01c31079$8e0e3990$6501a8c0@Marshall> To: , "Michael Mauch" Cc: References: <1051649816.4832.9.camel@hemna.uh.nu> Date: Fri, 2 May 2003 03:07:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: php-{sapi}.ini (was: Re: error_log issue in php.ini) From: marshall@magpcss.com ("Marshall A. Greenblatt") [Please CC me if you are responding from the phpdoc list, as I am not currently subscribed] Hi guys, ----- Original Message ----- From: "Michael Mauch" To: Sent: Tuesday, April 29, 2003 5:31 PM Subject: [PHP-DEV] Re: error_log issue in php.ini > > You can use a separate php-cli.ini for your command line php. > What are the semantics for the automatic loading of `php-cli.ini' and `php-cgi.ini' files? For instance, will only `php-cli.ini' be loaded by a command-line instance of PHP, similar to using the `-c' command-line switch, or will `php.ini' be loaded and then modified by the `php-cli.ini' settings? The scanty details that I've been able to locate, and the application of a liberal dose of common sense, seem to indicate the former. Also, any chance that we could see a mention of the additional PHP ini files on the "configuration" manual page? I've cc'd the phpdoc list for that purpose, maybe unnecessarily, as it was mentioned briefly in bug report #21783 filed back in January :-). Other than a short user comment on the "features.commandline" page, however, it doesn't seem to be mentioned anywhere "official" (i.e., generally accessible to the average PHP user). > Regards... > Michael > Thanks, Marshall