]> granicus.if.org Git - php/commit
Revert "Remove Windows syslog script and syslog.reg"
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 17 Jul 2019 17:25:36 +0000 (19:25 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 17 Jul 2019 17:36:56 +0000 (19:36 +0200)
commit6f617b7759a12c341a055de42e06717ebf905130
treeec9de7f6fa176debe41cb2233bbcd80c4c01247b
parent56a2ea7aa24be71e0190262f1c01090c50841c5b
Revert "Remove Windows syslog script and syslog.reg"

This reverts commit cc44bad1f6ded6a62c9bbe4d145b5b418aa775f4, since its
assumptions were not correct.  Actually, the classic event logging is
still used by PHP, because Windows 7 is still to be supported for a
while.  Without the respective registry entries, the event log entries
show an error message regarding missing ID descriptions.

Thanks to ab@php.net for hinting at this!

Obviously, the part depending on ext/win32std has still to be
overhauled, and further improvements are conceivable; we will address
this in due course.
win32/build/Makefile
win32/build/registersyslog.php [new file with mode: 0755]
win32/syslog.reg [new file with mode: 0644]