How do I change PHP options / directives?
You can change PHP configuration values using the PHP Selector in cPanel. See Using PHP Selector to change your PHP version, modify extensions for detailed instructions.
Alternatively, you can modify your .htaccess file using the php_flag directive. For example, to enable error reporting:
# E_WARNING & ~E_NOTICEphp_flag error_reporting 2