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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -