phpdismod, phpenmod, phpquery: add page (#3610)

This commit is contained in:
Pierre Rudloff
2019-11-26 19:59:16 +01:00
committed by Starbeamrainbowlabs
parent 8d87de839c
commit 293d698b85
3 changed files with 41 additions and 0 deletions

19
pages/linux/phpquery.md Normal file
View File

@@ -0,0 +1,19 @@
# phpquery
> PHP extension manager for Debian-based OSes.
- List available PHP versions:
`sudo phpquery -V`
- List available SAPIs for PHP 7.3:
`sudo phpquery -v {{7.3}} -S`
- List enabled extensions for PHP 7.3 with the cli SAPI:
`sudo phpquery -v {{7.3}} -s {{cli}} -M`
- Check if the json extension is enabled for PHP 7.3 with the apache2 SAPI:
`sudo phpquery -v {{7.3}} -s {{apache2}} -m {{json}}`