From: maxdax15801 Date: Fri, 29 Apr 2016 18:44:28 +0000 (+0200) Subject: Fix bug #47517 php-cgi.exe missing UAC manifest X-Git-Tag: php-7.1.0alpha1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7da8f5ea4866026113cc23cbdfe8e3813147ab4;p=php 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. --- 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 @@ - + + + + + + + +