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

11
pages/linux/phpenmod.md Normal file
View File

@@ -0,0 +1,11 @@
# phpenmod
> Enable PHP extensions on Debian-based OSes.
- Enable the json extension for every SAPI of every PHP version:
`sudo phpenmod {{json}}`
- Enable the json extension for PHP 7.3 with the cli SAPI:
`sudo phpenmod -v {{7.3}} -s {{cli}} {{json}}`