mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
added example for error reporting level - turn off 'Notices'
git-svn-id: https://develop.svn.wordpress.org/trunk@102 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
php_flag register_globals off
|
||||
</IfModule>
|
||||
|
||||
# this will set the error_reporting level to remove 'Notices'
|
||||
<IfModule mod_php4.c>
|
||||
php_value error_reporting 247
|
||||
</IfModule>
|
||||
|
||||
|
||||
# this is used to make b2 produce links like http://example.com/archives/m/200209
|
||||
|
||||
Reference in New Issue
Block a user