Knowledgebase: PHP / Programming
How do I change PHP options / directives?
Posted by Cody R., Last modified by Brian F. on 29 September 2010 10:29 AM
You can change PHP configuration values by modifying your .htaccess file and using the php_flag command.

Here is an example turning on error_reporting:

# E_WARNING & ~E_NOTICE
php_flag error_reporting 2
(74 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).