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

 ID:                 54550
 Updated by:         [email protected]
 Reported by:        mv at zvyk dot com
 Summary:            mail.log
-Status:             Open
+Status:             Wont fix
 Type:               Feature/Change Request
-Package:            *General Issues
+Package:            Mail related
 Operating System:   Linux 2.6.31-gentoo-r
 PHP Version:        5.3.6
 Block user comment: N
 Private report:     N

 New Comment:

I don't see any reason to complicate what's meant to be a simple
debugging aid with different output formats.


Previous Comments:
------------------------------------------------------------------------
[2011-04-17 19:04:06] mv at zvyk dot com

Description:
------------
---

>From manual page: http://www.php.net/mail.configuration

---





[mail function]

;as well as it is

mail.log = /filename.log



;log record format (to add timestamp | full date ...)

.

.

;log in csv??

mail.log_format = [default|csv|...]

=====================================

from:

mail() on [/dir/subdir/script.php:259]: To: [email protected] -- Headers:
From: [email protected]



to:

[Sun Apr 17 18:35:55 2011] mail() on [/dir/subdir/script.php:259]: To:
[email protected] -- Headers: From: [email protected]



or to(csv format):

2011-04-17; 18:35:55; mail(); /dir/subdir/script.php; 259; To:
[email protected]; Headers: From: [email protected]



Expected result:
----------------
from:

mail() on [/dir/subdir/script.php:259]: To: [email protected] -- Headers:
From: [email protected]



to:

[Sun Apr 17 18:35:55 2011] mail() on [/dir/subdir/script.php:259]: To:
[email protected] -- Headers: From: [email protected]



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



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

Reply via email to