Everywhere in the manual of PHP I see that to use different modules it had to be compiled in at compile time, eg.
with-module
Eg. To work with images, the document state:
You will also have to compile PHP with
-with-jpeg-dir=/path/to/jpeg-6b.
Does this mean that everytime you want to use one of these special modules that weren't included you have to recompile your PHP each time and reinstall it - this cannot be!
What way can you let PHP use new modules that weren't compiled in at compile time, that you later on want to use?





Bookmarks