I am building a mac application using Xojo framework,
the app i am building have to run php as a command line, i could use the php that ships with mac osx however i need a php with mcrypt extension, and the one built into the osx does not have the mcrypt and i don't want to force my customers to update their php,
so the optimal solution that i could think of, is to pack a php self contained executable with my application
is this possible? and how to go for it?