php-src/win32/build/wsyslog.mc
Wez Furlong 2c9d87c2f6 Fix bug #8314: sane syslog output to the WinNT event log.
Big fat note: if you're building from a .dsp, you need to replicate
the custom build step that uses MC to generate the message catalog

To make use of this fix, you need to register the event source; running "nmake
install" will handle this for you (if you also build the win32std extension
from pecl).

I'll arrange with Phil to have the installer handle this registration too.
2004-07-31 23:59:46 +00:00

29 lines
367 B
MonkeyC
Executable File

MessageId=1
Severity=Success
SymbolicName=PHP_SYSLOG_SUCCESS_TYPE
Language=English
%1 %2
.
MessageId=2
Severity=Informational
SymbolicName=PHP_SYSLOG_INFO_TYPE
Language=English
%1 %2
.
MessageId=3
Severity=Warning
SymbolicName=PHP_SYSLOG_WARNING_TYPE
Language=English
%1 %2
.
MessageId=4
Severity=Error
SymbolicName=PHP_SYSLOG_ERROR_TYPE
Language=English
%1 %2
.