Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Enabling Difference

This is a discussion on Enabling Difference within the PHP forums, part of the Programming Talk category; I wanted to know the difference between enabling the feature of display_errors and log_errors as on as below: display_errors = ...

  1. #1
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    Question Enabling Difference

    I wanted to know the difference between enabling the feature of display_errors and log_errors as on as below:
    display_errors = On
    log_errors = On

    What is the difference in enabling of the two statements given above?


  2. #2
    blenda is offline Member Array
    Join Date
    May 2006
    Answers
    36
    It is always better to display_errors should be disabled, and all error messages should be passed to system log files using the log_errors directive.


Latest Article

Network Security Risk Assessment and Measurement

Read More...