Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24436 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50453 invoked by uid 1010); 17 Jul 2006 20:45:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50437 invoked from network); 17 Jul 2006 20:45:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2006 20:45:36 -0000 X-PHP-List-Original-Sender: robert@interjinn.com X-Host-Fingerprint: 66.11.173.122 unknown Received: from ([66.11.173.122:27037] helo=interjinn.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 34/E6-11992-FE6FBB44 for ; Mon, 17 Jul 2006 16:45:36 -0400 Received: from [192.168.1.3] (blobule.suds [192.168.1.3]) by interjinn.com (Postfix) with ESMTP id 6FB4111FB71; Mon, 17 Jul 2006 16:45:29 -0400 (EDT) To: "Matthew C. Kavanagh" Cc: Ron Korving , internals@lists.php.net In-Reply-To: <1153166320.18418.10.camel@localhost.localdomain> 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> <1153166320.18418.10.camel@localhost.localdomain> Content-Type: text/plain Organization: InterJinn Message-ID: <1153169132.2994.3.camel@blobule> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Mon, 17 Jul 2006 16:45:32 -0400 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Supporting version specific INI files as well as SAPI specific INI files. From: robert@interjinn.com (Robert Cummings) > On Mon, 2006-07-17 at 13:52 +0200, Ron Korving wrote: > > What kind of extensions would you suggest people use? > > > > index.php51 ? On Mon, 2006-07-17 at 15:58, Matthew C. Kavanagh wrote: > Assuming it's possible, I would set which PHP version to associate with > .php on a .htaccess or vhost basis. While the php.ini system is under consideration... and with an eye to the far future... what about an import directive to include another ini file? php6.ini: ----------------------------------------- @import = /etc/php.shared.ini ; ; Then have PHP6 specific directives. ; ----------------------------------------- Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------'