Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5440 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51848 invoked by uid 1010); 13 Nov 2003 18:42:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51811 invoked from network); 13 Nov 2003 18:42:34 -0000 Received: from unknown (HELO smtp2.pp.htv.fi) (213.243.153.14) by pb1.pair.com with SMTP; 13 Nov 2003 18:42:34 -0000 Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 2383F2975DA; Thu, 13 Nov 2003 20:42:34 +0200 (EET) Received: from [192.168.0.101] (cs181008.pp.htv.fi [213.243.181.8]) by posti.pp.htv.fi (8.11.1 (Revision 1.5+JAGae91741+JAGae92668) /8.11.1) with ESMTP id hADIgXS27293; Thu, 13 Nov 2003 20:42:33 +0200 (EET) Date: Thu, 13 Nov 2003 20:42:31 +0200 (EET) Reply-To: Jani Taskinen To: Analysis & Solutions Cc: PHP Internals List In-Reply-To: <20031113170130.GA21700@panix.com> Message-ID: References: <6.0.0.22.0.20031113092630.03a1d380@wheresmymailserver.com> <20031113170130.GA21700@panix.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PHP 5 RC1 From: sniper@iki.fi (Jani Taskinen) On Thu, 13 Nov 2003, Analysis & Solutions wrote: >The ability to run two versions at once makes compatibility testing way >easier for developers making software that uses PHP. For example, during >the transition from PHP 3 to PHP 4, I had .htm extensions mapped to PHP 3 >and .html extensions mapped to PHP 5. Both pages would include the same >PHP classes. This way I could pop back and forth between versions without >a problem. Last time I checked, you can't run PHP 4 & 5 as DSO on same apache on *nix, at least. (it crashes) I made the necessary changes for that to be possible in the config side.. The --enable-versioning doesn't seem to work at all with PHP 5 for some reason. I don't know if this is any different with windows. But for it to be even possible, you need to patch the stuff lot more than just rename the dlls. --Jani