Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to see service status from php #139

Closed
adrianofoschi opened this issue Feb 5, 2017 · 1 comment
Closed

how to see service status from php #139

adrianofoschi opened this issue Feb 5, 2017 · 1 comment
Labels

Comments

@adrianofoschi
Copy link

I'm trying to see the service status from PHP with
exec('php ... status') but the return value is empty.

And should be usefull ti make the log file path customizable.

Thanks you

@walkor
Copy link
Owner

walkor commented Feb 6, 2017

I test that ok. Here are the codes.

exec('php /your/path/of/file.php status', $return);
var_dump($return);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants