PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I like to use Kiwi Syslog Daemon (http://www.kiwisyslog.com), a nice syslog that runs on Win32. However, PHP wants to use the NT Event Log instead. Is there a way to reconfigure PHP to use "real" syslog on Windows without recompiling it? Thanks for any help.
wow - thanks for the quick reply, but I think my question wasn't clear. I'd like the syslog() function, which I'll use for my own event reporting, to use the real syslog() protocol rather than sending the output to the NT Event Log. Does that make sense, and can it be done? Thanks.