Strict Standards |
Veteran
|
You changed error_reporting to E_ALL and are still receiving errors? I wonder why?... Could it be that E_ALL means displays all errors? hmmmm
Instead of worrying about turning errors off, you oughta fix your code instead. |
||||||||||||
|
Guru master
|
Or just set display_errors to Off, then you can still see warnings and errors in your log (if you have that on)
|
||||||||||||
|
Site Admin
|
E_STRICT is not a part of E_ALL, therefore error_reporting=E_ALL should not report E_STRICT errors and it will not report them.
I'd recommend you to check if you modified php.ini in the path that is used by php (consult with phpinfo), and if the changes are in effect (consult with phpinfo). Either you edited wrong php.ini or forgot to restart web |
||||||||||||
_________________ The PHP IDE team |
Strict Standards |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by