Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24434 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38090 invoked by uid 1010); 17 Jul 2006 20:18:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38075 invoked from network); 17 Jul 2006 20:18:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2006 20:18:47 -0000 X-PHP-List-Original-Sender: matthew@teh.ath.cx X-Host-Fingerprint: 83.149.123.177 mail.aaaa.ws Linux 2.4/2.6 Received: from ([83.149.123.177:53744] helo=mail.aaaa.ws) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 97/A5-11992-4FBEBB44 for ; Mon, 17 Jul 2006 15:58:46 -0400 Received: from cpc1-sout5-0-0-cust860.sot3.cable.ntl.com ([86.7.79.93] helo=[192.168.1.103]) by mail.aaaa.ws with esmtpa (Exim 4.50) id 1G2ZEn-0002tR-Vj; Mon, 17 Jul 2006 20:58:42 +0100 To: Ron Korving Cc: internals@lists.php.net In-Reply-To: <3A.72.11992.93A7BB44@pb1.pair.com> References: <10845a340607151310od745e13gcd2f9c6137ebb68@mail.gmail.com> <10845a340607160209h427741cevbcf20df09c9501d5@mail.gmail.com> <10845a340607160217n769809agcfa097364d6aee86@mail.gmail.com> <10845a340607170316j7e3440ddlbe62ab8b0a807919@mail.gmail.com> <44BB7426.9060501@emini.dk> <3A.72.11992.93A7BB44@pb1.pair.com> Content-Type: text/plain Date: Mon, 17 Jul 2006 20:58:40 +0100 Message-ID: <1153166320.18418.10.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Supporting version specific INI files as well as SAPI specific INI files. From: matthew@teh.ath.cx ("Matthew C. Kavanagh") Assuming it's possible, I would set which PHP version to associate with .php on a .htaccess or vhost basis. On Mon, 2006-07-17 at 13:52 +0200, Ron Korving wrote: > What kind of extensions would you suggest people use? > > index.php51 ? > > - Ron