Can someone please provide a list of the numbers we need to use to configure php error reporting levels in an Apache vhost? I think they're called "bitmask"s or something, but I cant find a list of them anywhere.
ie in Apache:
php_value error_reporting x
What should x be if I want the equivalent of:
error_reporting(E_ERROR);
And since there's no reference on this anywhere online (that I can find), let's do the rest too!
E_ALL = x
E_NOTICE = y
E_WARNING = z