On Tuesday 16 July 2002 23:36, Andy wrote:
> so how do you install a second php version?? If you compile it (besides
> with what kind of flags) and then do a make and a make install the original
> version will be replaced, right?

Just doing:

./configure; make; make install

will compile and install the standalone php binary by default.

Add whatever other options you need to the ./configure command. It's all in 
the manual.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
           THE DAILY PLANET

        SUPERMAN SAVES DESSERT!
        Plans to "Eat it later"
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to