php.windows is probably a better place, or php.general.. Anyway, I use this:


LoadFile C:/PHP/php4ts.dll
LoadModule php4_module c:\php\sapi\php4apache.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
ScriptAlias /php3/ "c:/php3/"
ScriptAlias /php4/ "c:/php/"
ScriptAlias /php5/ "D:/php5/"
AddType application/x-httpd-php5 .php5
Action application/x-httpd-php5 "/php5/php.exe"
AddType application/x-httpd-php4 .php4 .phtml
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php3 .php3
Action application/x-httpd-php3 "/php3/php.exe"


-- 
// DvDmanDT
MSN: dvdmandt€hotmail.com
Mail: dvdmandt€telia.com
##########################
Please, if you are using windows, you may be infected by Swen. Please go
here to find out more:
http://us.mcafee.com/virusInfo/default.asp?id=helpCenter&hcName=swen
http://securityresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTED]
##########################
<[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED]
> In a message dated 11/15/2003 1:08:59 AM Eastern Standard Time, GPHemsley
> writes:
> Forgive me if this is the wrong place to ask, but I'd like to be able to
run
> both the latest version of the 4.3.x branch and the 5.0.x branch
> simultaneously, differentiating only by extension (.php vs. .php5). I am
running Windows XP
> Professional and Apache 1.3, and would like to be able to do this for both
my
> own developmental purposes and for whatever bugs I may find for my current
> setup. If this isn't the right place to ask, I'd appreciate any insight
into
> where I should ask.
>
> Thanks,
> Gordon Hemsley
> Just wondering if anyone has any ideas on this; it seems to have gotten
lost
> in the shuffle.
>
> Gordon Hemsley
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to