Error_log
[email protected] ("John Coggeshall") Thu, 6 Mar 2003 12:26:22 -0500
| Newsgroups | php.dev |
|---|---|
| Message-ID | <000a01c2e405$824bcb90$6401a8c0@cooglewin> |
Is there any reason we are still supporting PHP3 for error_log?
Specifically that TCP/IP stuff. I was looking at error_log and I was
wondering if anyone had a good objection to me submitting a patch for it
to:
define constants ERRORLOG_SYSLOG, ERRORLOG_EMAIL, ERRORLOG_FILE ..
It's really ugly having hard-coded ints
Getting rid of message_type = 2 (TCP/IP logging) since it doesn't
work anymore, make it the same as 3 (write to file) and throw a notice
if type 3 is used (but still work).
John