|
@@ -106,7 +106,7 @@ error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
|
|
|
; instead (see below). Keeping display_errors enabled on a production web site
|
|
|
; may reveal security information to end users, such as file paths on your Web
|
|
|
; server, your database schema or other information.
|
|
|
-display_errors = On
|
|
|
+display_errors = Off
|
|
|
|
|
|
; Even when display_errors is on, errors that occur during PHP's startup
|
|
|
; sequence are not displayed. It's strongly recommended to keep
|
|
@@ -116,7 +116,7 @@ display_startup_errors = Off
|
|
|
; Log errors into a log file (server-specific log, stderr, or error_log (below))
|
|
|
; As stated above, you're strongly advised to use error logging in place of
|
|
|
; error displaying on production web sites.
|
|
|
-log_errors = Off
|
|
|
+log_errors = On
|
|
|
|
|
|
; Set maximum length of log_errors. In error_log information about the source is
|
|
|
; added. The default is 1024 and 0 allows to not apply any maximum length at all.
|
|
@@ -163,7 +163,7 @@ track_errors = Off
|
|
|
;error_log = filename
|
|
|
|
|
|
; Log errors to syslog (Event Log on NT, not valid in Windows 95).
|
|
|
-;error_log = syslog
|
|
|
+error_log = syslog
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;
|