Hi all,

i have a suggestion to different the
logging of warnings and errors.

why we don't split the reporting for display errors 
and logfile errors. the vantage would be,
on webserver we can reduce the error display with

display_errors = On
error_reporting_display  =  E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR

and at the same time the webmaster can nevertheless
see all problems with

log_errors = On
error_log = /var/log/php_errorlog
error_reporting_logging  =  E_ALL

this increase the security and productivity on
each webserver.

Regards,

-- 
Holger

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to