Forum Moderators: coopster
I need to dynamically load one library through php without installing.
Like for eg. I have a php script and it calls a library. The filename of the library is something like "filename.so". I am running the script in freebsd. Is there anyway that I can specify the path to the library in the script.
Thanks.