Note: Make sure to replace USERNAME with the account's username.
Firstly, run this in SSH:
cp /usr/local/lib/php.ini /home/USERNAME/public_html
Next, run this in SSH (make sure you're in public_html):
chown USERNAME:USERNAME php.ini
Finally, edit the .htaccess file in public_html and add this line:
SetEnv PHPRC /home/USERNAME/public_html/php.ini