We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to install it on Debian 12 + PHP7.3, seems i forgot something
echo auto_prepend_file=/usr/share/phptop/phptop_hook.php >> /etc/php/7.3/cli/php.ini service apache2 restart
echo auto_prepend_file=/usr/share/phptop/phptop_hook.php >> /etc/php/7.3/cli/php.ini
service apache2 restart
Thus when i launch it after restarting Apache2
root@scw-vigilant-carson:/usr/share# phptop -s mem -bash: phptop: command not found
Any idea ?
The text was updated successfully, but these errors were encountered:
How did you install phptop ? With APT or with git clone ?
git clone
The phptop program should be in /usr/bin/ and thus available via your $PATH.
phptop
/usr/bin/
$PATH
Sorry, something went wrong.
zerodeux
Setsuneh
No branches or pull requests
Trying to install it on Debian 12 + PHP7.3, seems i forgot something
echo auto_prepend_file=/usr/share/phptop/phptop_hook.php >> /etc/php/7.3/cli/php.ini
service apache2 restart
Thus when i launch it after restarting Apache2
Any idea ?
The text was updated successfully, but these errors were encountered: