diff options
author | Florian Anderiasch <fa@php.net> | 2012-07-24 14:34:41 +0200 |
---|---|---|
committer | Florian Anderiasch <fa@php.net> | 2012-07-24 14:34:41 +0200 |
commit | 81de111131884d219645e4128e3dd57db8edbf5c (patch) | |
tree | 770a3d4541a29cd8e2a7b91be7157364cb136b02 /php.ini-development | |
parent | 45d596ea1e32792c7b7b7f28be220dea861b6708 (diff) | |
parent | ddc8d1624525e500c593f4cbd30b3358ad4ad95e (diff) | |
download | php-git-81de111131884d219645e4128e3dd57db8edbf5c.tar.gz |
Merge branch 'PHP-5.4'
* PHP-5.4:
Add syslog support to mail.log #62356
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 a5a7a4a81f..a97cd0f9da 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 |