
phpdismod
List of commands for phpdismod:
-
phpdismod:tldr:2f257 phpdismod: Disable the JSON extension for PHP 7.3 with the cli SAPI.$ sudo phpdismod -v ${7-3} -s ${cli} ${json}try on your machineexplain this command
-
phpdismod:tldr:e1bea phpdismod: Disable the JSON extension for every SAPI of every PHP version.$ sudo phpdismod ${json}try on your machineexplain this command