Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97202 invoked by uid 1010); 4 May 2005 16:51:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93770 invoked from network); 4 May 2005 16:50:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2005 16:50:04 -0000 X-Host-Fingerprint: 64.233.184.201 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.201:39032] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 74/6B-63756-03DF8724 for ; Wed, 04 May 2005 12:49:52 -0400 Received: by wproxy.gmail.com with SMTP id 37so238125wra for ; Wed, 04 May 2005 09:49:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b4xvaxG0N1e54Hd7dQzkcNeUV4Wa8emh6OWMxW/G3AiFuPEpnb0KfmPedezEz2aHz3VxiSmLYLC55QLKuCcI/A7kofaux84dsoOsK6bq/a4gghin01qTWGjkhe8NNbOMFuZMx3WgFab2BdA0d7p5Hzc0XlALBfipYonAEdm9adI= Received: by 10.54.94.12 with SMTP id r12mr525941wrb; Wed, 04 May 2005 09:49:36 -0700 (PDT) Received: by 10.54.109.15 with HTTP; Wed, 4 May 2005 09:49:36 -0700 (PDT) Message-ID: <9f0a78fc05050409492a339d4f@mail.gmail.com> Date: Wed, 4 May 2005 22:19:36 +0530 Reply-To: Herbert Grunwald To: Richard Black Cc: internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Re: [PHP-DEV] php.ini From: hgrunw@gmail.com (Herbert Grunwald) Very few people will want to run PHP as a CGI executable. And I am not among the few who do ;). On 5/4/05, Richard Black wrote: >=20 > If you install PHP as a CGI exe rather than as a server module, you can > pick up a php.ini file from the same folder as the script you wish to run= .