@gearhead,
Addons Menu has already:
echo ‘http ALL=NOPASSWD: ALL' > /etc/sudoers.d/http
But it might not be http who own php process in your system.
Try:
Get the owner and edit the file accordingly:
ps aux | grep php
or
Install addons with SSH terminal.