Current time: 05-01-2024, 11:07 AM Hello There, Guest! (LoginRegister)


Post Reply 
Changing php error reporting from .htaccess
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: Changing php error reporting from .htaccess
I'm afraid that there is no way to do what you want, because php is run out of the apache process (and thus .htaccess can not control its settings).

You'll have to change the settings in php.ini...

PS: The users themselves *can* change the error_reporting level using the "error_reporting()" function inside any .php script. However, this will not help you...
06-21-2011 11:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Changing php error reporting from .htaccess - kilburn - 06-21-2011 11:30 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)