Regarding dynamic loading of extensions.
Let's say I want to dynamically load the curl extension but never compiled it into php. Can I load it using dl("curl.so"); If so where do I get the curl.so extension from?
Thanks,
Jeff