Edit report at https://bugs.php.net/bug.php?id=62356&edit=1

 ID:                 62356
 Updated by:         f...@php.net
 Reported by:        michael at orlitzky dot com
 Summary:            Add syslog support to mail.log (php_mail)
-Status:             Assigned
+Status:             Closed
 Type:               Feature/Change Request
 Package:            Mail related
 PHP Version:        5.4Git-2012-06-18 (Git)
 Assigned To:        fa
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Fixed in 5.4 and master - thanks for the patch!


Previous Comments:
------------------------------------------------------------------------
[2012-06-18 18:50:11] michael at orlitzky dot com

Description:
------------
The PHP error logs support logging to syslog. You simply set,

  error_log = syslog

in php.ini, and PHP handles the rest. The new mail.log setting does not support 
this, however, so it is difficult to consolidate your logs if you use syslog. 
Setting,

  mail.log = syslog

results in a file name 'syslog' in the current directory.




------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62356&edit=1

Reply via email to