I have compiled php with some optional extensions like APC (for caching),APD (for debugging) and other vital extensions. Now I need to install another extension called mhash (for encryption) and my question is that: Do i need to recompile php from scratch including the previous extensions and the last one or it is possible to recompile php just with last one (hopefully the previous extensions still supported)??

link|improve this question
I guess the make install would take care about..and i need to recompile php with last one only!! – Ibrahim Sana Sep 2 '10 at 13:40
feedback

1 Answer

The other compiled extensions will still work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.