Skip to content

Commit cc44bad

Browse files
committed
Remove Windows syslog script and syslog.reg
These were used on old Windows systems before Vista and also were used together with unmaintained win32std extension. https://docs.microsoft.com/en-us/windows/win32/eventlog/event-logging Closes GH-4409
1 parent 07daf6c commit cc44bad

File tree

3 files changed

+0
-52
lines changed

3 files changed

+0
-52
lines changed

win32/build/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,3 @@ really-install:
261261
@type nul > $(BUILD_DIR)\extension_dlls.txt
262262
@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(BUILD_DIR)\php_*.dll > $(BUILD_DIR)\extension_dlls.txt
263263
@xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul
264-
@echo Registering event source with syslog (requires admin rights)
265-
@echo It's okay for this step to fail:
266-
-$(PHP_PREFIX)\php.exe -n -dextension_dir=$(PHP_PREFIX) win32/build/registersyslog.php $(PHP_PREFIX)\$(PHPDLL)

win32/build/registersyslog.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

win32/syslog.reg

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)