Click to See Complete Forum and Search --> : Dynamic vs. Static Modules


Anon
08-14-2000, 12:08 PM
Can someone explain the pros and cons of installing PHP4 as a dynamic or Static module ?

If Dynamic is better, are there any pitfalls when addind mod_so (it's not currently available)

Thanks
Will

Anon
10-02-2000, 02:07 PM
Just read this off another post. Basically the difference is that if you statically compile PHP then whenever you want to update PHP you have to do a recompile...not so with a dynamic module. Also the performace difference between them is not that great so it comes down to what *your* preference is going to be.