Hello everyone,
I have a customer which needed to enable the "exec" function in PHP 7.0. What I did was to edit the following file:
/opt/cpanel/ea-php70/root/etc/php-fpm.d/subdomain.domain.com.conf
I removed "exec" from php_admin_value[disable_functions].
The problem is that at the top of the file, there's the following message:
; NOTICE This file is generated. Please use our WHM User Interface
; to set these values.
Ok, but where do I edit it in WHM? I didn't find the page to do this.
I can find only the main PHP.ini configuration, which already has disable_functions empty.
I have a customer which needed to enable the "exec" function in PHP 7.0. What I did was to edit the following file:
/opt/cpanel/ea-php70/root/etc/php-fpm.d/subdomain.domain.com.conf
I removed "exec" from php_admin_value[disable_functions].
The problem is that at the top of the file, there's the following message:
; NOTICE This file is generated. Please use our WHM User Interface
; to set these values.
Ok, but where do I edit it in WHM? I didn't find the page to do this.
I can find only the main PHP.ini configuration, which already has disable_functions empty.