I'm checking the configuration of my PHP server and I need to set the following parameter as follows:
error_reporting set to E_ALL & ~E_NOTICE
However on my server a numeric value is set:
error_reporting 6135 6135
I was wondering what's the meaning of it, and if I really need to change it
thanks