Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6984 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22427 invoked by uid 1010); 11 Jan 2004 22:40:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22389 invoked from network); 11 Jan 2004 22:40:13 -0000 Received: from unknown (HELO sunshine.home) (62.178.227.34) by pb1.pair.com with SMTP; 11 Jan 2004 22:40:13 -0000 Received: from mfischer by sunshine.home with local (Exim 4.30) id 1Afnpi-00024N-O0 for internals@lists.php.net; Sun, 11 Jan 2004 23:13:22 +0100 Date: Sun, 11 Jan 2004 23:13:22 +0100 To: internals@lists.php.net Message-ID: <20040111221322.GA7918@gjat.josefine.at> Mail-Followup-To: Markus Fischer , internals@lists.php.net References: <180.248cf843.2d30ff2f@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <180.248cf843.2d30ff2f@aol.com> X-Editor: Vim http://www.vim.org/ X-PGP-Key: 0xC2272BD0 at wwwkeys.eu.pgp.net X-PGP-Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0 User-Agent: Microsoft Outlook Express 5.50.4807.1700.314 X-Spamfilter: Fighting it with http://www.spamassassin.org/ and http://razor.sourceforge.net/ Subject: Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows From: mfischer@gjat.josefine.at (Markus Fischer) On Sat, Jan 10, 2004 at 02:09:35AM -0500, GPHemsley@aol.com wrote : > Again, I'm asking about running both PHP4 and PHP5 on Windows XP as Apache > modules. > > I asked this question a few months ago and was told it was a bad idea. But > now, it seems that the latest snapshot (RC1-dev, it seems) has the file > php5apache.dll. Can I safely set it up just as I did with PHP4? Will I need to do > something different? Can I do it at all? Thanks. Faces with the same problem some time ago, albeit on unix, my faourite choice of solution (FCoS [tm]) was to run another instance of Apache with a different httpd.conf file and use the proxy module to to guide the requests through. - Markus