Commit: f6ddff3a4b96e4a36f2534ad4177900485538238 Author: Christoph M. Becker <cmbecke...@gmx.de> Fri, 28 Jun 2019 15:07:47 +0200 Parents: c8bf1cfbb470d022bce67a697266c758278e9df9 Branches: master
Link: http://git.php.net/?p=pftt2.git;a=commitdiff;h=f6ddff3a4b96e4a36f2534ad4177900485538238 Log: Close #8: Cleanup unused files in the /bin folder `cmp`, `diff`, `diff3`, `patch` and `sdiff` are Windows ports of the respective Gnu utilities. `NanoServerApiScan` is a Microsoft tool. `handle` is from sysinternals. Since none of these executables are used by PFTT, we can safely remove them. We also remove the useless "PFTT Shell.lnk" and pftt_workspace.WEW files. Bugs: https://bugs.php.net/8 Changed paths: D bin/NanoServerApiScan.exe D bin/PFTT D bin/cmp.exe D bin/diff.exe D bin/diff3.exe D bin/handle.exe D bin/patch.exe D bin/pftt_workspace.WEW D bin/sdiff.exe Diff: diff --git a/bin/NanoServerApiScan.exe b/bin/NanoServerApiScan.exe deleted file mode 100644 index 4fbbea9..0000000 Binary files a/bin/NanoServerApiScan.exe and /dev/null differ diff --git a/bin/PFTT Shell.lnk b/bin/PFTT Shell.lnk deleted file mode 100644 index 5a792a9..0000000 Binary files a/bin/PFTT Shell.lnk and /dev/null differ diff --git a/bin/cmp.exe b/bin/cmp.exe deleted file mode 100644 index 0bb5bf0..0000000 Binary files a/bin/cmp.exe and /dev/null differ diff --git a/bin/diff.exe b/bin/diff.exe deleted file mode 100644 index 85f370d..0000000 Binary files a/bin/diff.exe and /dev/null differ diff --git a/bin/diff3.exe b/bin/diff3.exe deleted file mode 100644 index 05a7296..0000000 Binary files a/bin/diff3.exe and /dev/null differ diff --git a/bin/handle.exe b/bin/handle.exe deleted file mode 100644 index 6743e05..0000000 Binary files a/bin/handle.exe and /dev/null differ diff --git a/bin/patch.exe b/bin/patch.exe deleted file mode 100644 index 1b22a07..0000000 Binary files a/bin/patch.exe and /dev/null differ diff --git a/bin/pftt_workspace.WEW b/bin/pftt_workspace.WEW deleted file mode 100644 index 1f3e04d..0000000 Binary files a/bin/pftt_workspace.WEW and /dev/null differ diff --git a/bin/sdiff.exe b/bin/sdiff.exe deleted file mode 100644 index b9d14e5..0000000 Binary files a/bin/sdiff.exe and /dev/null differ