exec - Composer.phar don't want to run by shell_exec from PHP script. Why? -


trying execute possible params, such -d , full path etc.. no errors. when running commands, ok, when running composer cmd, ok too. have tried exec, system, shell_exec etc.. be?

echo system('php composer.phar install');

try outputting error stream well:

system('php composer.phar install 2>&1'); 

it might give more of hint going wrong.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -