Skip to main content

Edit YAML for PHP-FPM

Comments

2 comments

  • cPanelMichael
    Hello @bloom360, Setting an "extension=" value is not supported on a per-pool basis with PHP-FPM. You'll notice "extension" is marked as "php.ini only" at: PHP: List of php.ini directives - Manual Thus, you'd need to install the extension globally for the individual PHP version on the system, and that point it should automatically work any accounts assigned to that version of PHP. Thank you.
    0
  • bloom360
    Many thanks @cPanelMichael I wanted to enable for just one user but that's not such a big deal. It is working now. Regards
    0

Please sign in to leave a comment.