diff options
author | Florian Anderiasch <fa@php.net> | 2012-07-24 14:29:25 +0200 |
---|---|---|
committer | Florian Anderiasch <fa@php.net> | 2012-07-24 14:31:30 +0200 |
commit | ddc8d1624525e500c593f4cbd30b3358ad4ad95e (patch) | |
tree | 1acce2f026890da3d43764e18076aeb49412a7f7 /php.ini-development | |
parent | 9fe8c58130ac82d2b52b35a290b71569abe50d18 (diff) | |
download | php-git-ddc8d1624525e500c593f4cbd30b3358ad4ad95e.tar.gz |
Add syslog support to mail.log #62356
Patch by Michael Orlitzky
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development index 298cb06a72..4ff4192f6f 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1020,6 +1020,8 @@ mail.add_x_header = On ; The path to a log file that will log all mail() calls. Log entries include ; the full path of the script, line number, To address and headers. ;mail.log = +; Log mail to syslog (Event Log on NT, not valid in Windows 95). +;mail.log = syslog [SQL] ; http://php.net/sql.safe-mode |