I need to call an executable from an imposed context of a PHP script. Both performance and security wise it\'s better not to call a shell at all between web server process a
Id consider trying pcntl_exec()