I tried the manual, but I must ask, I sometimes get confused with this function
Where is the .so file going to be located in order to get Dl("module.so"); to work?
I believe if I want to add module.so functionality to php, without recompiling,
I add them in the extensions_dir path ni php.ini and restart apache
But with dl, what do I do differently to get it to work?
And what effects are there on server performance?
I just get confused...where should the file be in order to use DL, assuming I don't want to reconfigure, or just load extensions dynamically
:?