Forrest logo
back to context overview

phpenmod

List of commands for phpenmod:

  • phpenmod:tldr:e5656 phpenmod: Enable the JSON extension for every SAPI of every PHP version.
    $ sudo phpenmod ${json}
    try on your machine
    explain this command
  • phpenmod:tldr:ecb7a phpenmod: Enable the JSON extension for PHP 7.3 with the cli SAPI.
    $ sudo phpenmod -v ${7-3} -s ${cli} ${json}
    try on your machine
    explain this command
back to context overview