From:             michael at orlitzky dot com
Operating system: 
PHP version:      5.4Git-2012-06-18 (Git)
Package:          Mail related
Bug Type:         Feature/Change Request
Bug description:Add syslog support to mail.log (php_mail)

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 bug report at https://bugs.php.net/bug.php?id=62356&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=62356&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=62356&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=62356&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=62356&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=62356&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=62356&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=62356&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=62356&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=62356&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=62356&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=62356&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=62356&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=62356&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=62356&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=62356&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=62356&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=62356&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=62356&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=62356&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=62356&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=62356&r=mysqlcfg

Reply via email to