ZeroSharp/serverless-php

not able to run php script from the php file

Opened this issue · 0 comments

I would like running script from the php file,
like

$command = '/opt/exemple/exemple run api';
system($command);

It seems doesn't work,
just commands which display output like system('ls'); works