RE: [PHP] PHP 4 and PHP 5 on same windows server

2004-06-17 Thread Thijs Lensselink
Well you can compile php4 as apache module (.so) and load it the normal way. Then you can compile php5 as a cgi binary and load it in a virtual host like this: ScriptAlias /cgi-bin/ /var/www/cgi-bin/ Action php5-script /cgi-bin/php5/php AddHandler php5-script .php .phtml Options +

[PHP] PHP 4 and PHP 5 on same windows server

2004-06-17 Thread Chris Lott
Are there instructions available (or can anyone fill me in) on the best way to set up PHP 5 to run on my Windows/Apache server concurrently with my PHP4 install? I am currently running PHP4 as an Apache module... c -- Chris Lott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v