[nycphp-talk] PHundamentals Topic #4: php.ini settings
Chris Shiflett
shiflett at php.net
Wed Nov 12 16:33:50 EST 2003
Well, here is one contribution:
display_errors off
log_errors on
error_log /var/log/php_errors
The path to the error_log is not as important as not displaying errors to
the end user. This is for a production environment; errors on the screen
are handy during development. :-)
Chris
=====
My Blog
http://shiflett.org/
HTTP Developer's Handbook
http://httphandbook.org/
RAMP Training Courses
http://www.nyphp.org/ramp
More information about the talk
mailing list