The most important difference is, I believe, whether you use apxs during compilation or not.
Using ./configure --with-apxs will build a DSO module, leaving --with-apxs out will build a standalone module. There may be more to it than that, though. Michael On Tue, 16 Jul 2002, Andy wrote: > sounds logical, but what happens with my other php version, where I need the > flags? will it still be working? And where is this standalone php version > gonna be installed? > > Andy > > > "Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > 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" > > */ > > > > > > -- -------------------------------- n i n t i . c o m php-python-perl-mysql-postgresql -------------------------------- Michael Hall [EMAIL PROTECTED] -------------------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php