Skip to content

not working exec & system  #7

Open
@glassmonkey

Description

@glassmonkey

It hangs in code which has exec or system

$output=null;
$retval=null;
exec('whoami', $output, $retval);
echo("Returned with status {$retval} and output:\n");
echo("1");
print_r($output);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions