We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07daf6c commit cc44badCopy full SHA for cc44bad
win32/build/Makefile
@@ -261,6 +261,3 @@ really-install:
261
@type nul > $(BUILD_DIR)\extension_dlls.txt
262
@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
263
@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
win32/syslog.reg
0 commit comments