Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39004 invoked by uid 1010); 11 Jan 2004 19:05:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38887 invoked from network); 11 Jan 2004 19:05:19 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 11 Jan 2004 19:05:19 -0000 Received: (qmail 28092 invoked from network); 11 Jan 2004 19:05:16 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 11 Jan 2004 19:05:16 -0000 Message-ID: <5.1.0.14.2.20040111210347.01fd9930@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 11 Jan 2004 21:05:01 +0200 To: GPHemsley@aol.com,internals@lists.php.net In-Reply-To: <193.2488d2a1.2d3242af@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows From: andi@zend.com (Andi Gutmans) References: <193.2488d2a1.2d3242af@aol.com> Migration from PHP 4 to PHP 5 should be quite easy. I don't think we should get into trying to make them co-exist. We might hit quite a few bumps on the way. I think that until you are ready to completely migrate, running PHP 5 as a CGI is a decent solution. Andi At 01:09 AM 1/11/2004 -0500, GPHemsley@aol.com wrote: >In a message dated 1/11/2004 12:12:18 AM Eastern Standard Time, >dvdmandt@telia.com writes: >.. There really should be another configure parameter which names all >non-language stuff php5 instead of php... Like x-httpd-php5, php5_gd2.dll >and so on.. >I'm +1 for that, if it matters. > >And that seems to be the only thing that's holding it back from working... >the PHP5 module automatically takes over the x-httpd-php type, while the CGI >version has to be specified and can be specified to only use x-httpd-php5 >(which >is what it does now). > >Gordon Hemsley