This function changes the contents of a PHP version's php.ini file.
Notes:
Important: When you disable the Web Server role, the system disables this function.
whmapi1 --output=jsonpretty \ php_ini_set_content \ content=$'[PHP] ; About php.ini ; php.ini is responsible for configuring many of the aspects of PHP\'s behavior. pcre.backtrack_limit=100000 ' \ version='ea-php74'
{- "data": { },
- "metadata": {
- "command": "php_ini_set_content",
- "reason": "Ok",
- "result": 1,
- "version": 1
}
}