mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.4'
* PHP-5.4: Add syslog support to mail.log #62356
This commit is contained in:
commit
81de111131
3 changed files with 49 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue