Multiple Environments
Posted: Wed Nov 24, 2004 5:23 pm
11242004 1720 GMT-6
I want to play with php5 but not loose php4. I know I have read somewhere how this is done but I cant find it.
Apache wont play nice is the problem.
I set it up as:
but that just caused apache not to start.
Wade
I want to play with php5 but not loose php4. I know I have read somewhere how this is done but I cant find it.
Apache wont play nice is the problem.
I set it up as:
Code: Select all
#User Input line
LoadModule php4_module "c:/WebDev/php4/sapi/php4apache2.dll"
AddType application/x-httpd-php .php
#11202004 1126 Installing php5 for testing
#LoadModule php5 module "c:/WebDev/php5/php5apache2.dll"
#AddType application/x-httpd-php .php5Wade