LinuxCommandLibrary

phpenmod

Enable PHP extensions on Debian-based OSes.

TLDR

Enable the JSON extension for every SAPI of every PHP version

$ sudo phpenmod [json]
copy


Enable the JSON extension for PHP 7.3 with the cli SAPI
$ sudo phpenmod -v [7.3] -s [cli] [json]
copy

Copied to clipboard