[PHP-DEV] Re: Running 4.3.x and 5.0.x on WinXP/Apache1.3

2003-11-17 Thread DvDmanDT
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/" Sc

[PHP-DEV] Re: Running 4.3.x and 5.0.x on WinXP/Apache1.3

2003-11-17 Thread GPHemsley
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