I have a PHP script that uses some simple extensions(curl, http_pecl, ...). I installed in my machine using macports and it worked fine. I tried to get this to run on another machine, but for some reason the set up is different, and the php extensions refuse to install. My question is, is it possible to bundle php extensions with the file itself so that it is standalone? im guessing to include the extensions with the file itself, but im not sure how to do that.
Both the machines are running Mac OSX Lion, so that takes away the OS constraint if there is one.