From d7da8f5ea4866026113cc23cbdfe8e3813147ab4 Mon Sep 17 00:00:00 2001 From: maxdax15801 Date: Fri, 29 Apr 2016 20:44:28 +0200 Subject: [PATCH] Fix bug #47517 php-cgi.exe missing UAC manifest Add a to the manifest so Windows doesn't use file and registry virtualization for backwards compatibility with pre-Vista versions. --- win32/build/default.manifest | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/win32/build/default.manifest b/win32/build/default.manifest index 77b2a2165a..992f41c738 100644 --- a/win32/build/default.manifest +++ b/win32/build/default.manifest @@ -1,6 +1,13 @@ - + + + + + + + + -- 2.50.1