Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6983 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17282 invoked by uid 1010); 11 Jan 2004 21:16:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17258 invoked from network); 11 Jan 2004 21:16:53 -0000 Received: from unknown (HELO matrix.gna.ch) (195.226.6.8) by pb1.pair.com with SMTP; 11 Jan 2004 21:16:53 -0000 Received: from localhost (localhost [127.0.0.1]) by matrix.gna.ch (Postfix) with ESMTP id 20AEA38A; Sun, 11 Jan 2004 22:16:53 +0100 (CET) Received: by matrix.gna.ch (Postfix, from userid 65534) id B1A7F396; Sun, 11 Jan 2004 22:16:49 +0100 (CET) Received: from cschneid.com (unknown [195.226.4.61]) by matrix.gna.ch (Postfix) with ESMTP id E49CC38A; Sun, 11 Jan 2004 22:16:44 +0100 (CET) Message-ID: <4001BD3C.1090409@cschneid.com> Date: Sun, 11 Jan 2004 22:16:44 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031009 X-Accept-Language: de-ch, de, en-us, en MIME-Version: 1.0 To: Andi Gutmans Cc: GPHemsley@aol.com, internals@lists.php.net References: <193.2488d2a1.2d3242af@aol.com> <5.1.0.14.2.20040111210347.01fd9930@127.0.0.1> In-Reply-To: <5.1.0.14.2.20040111210347.01fd9930@127.0.0.1> X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on matrix.gna.ch X-Spam-Level: X-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by AMaViS Ultramail snapshot-20020531 Subject: Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows From: cschneid@cschneid.com (Christian Schneider) Andi Gutmans wrote: > I think that until you are ready to completely migrate, running PHP 5 as > a CGI is a decent solution. If you're running a webserver with dozens of virtual hosts and you want to migrate them one by one it would have been nice to be able to selectively choose PHP4 or PHP5 module for each virtual host. The CGI solution is a poor crutch. But if you think it can't be done with modules then we'll have to believe you I guess. I think we need to spend more time on the migration process if there ever is another major PHP version coming up. Not that I long for one, as a user of the language I was quite happy with PHP4 :-) - Chris