Skip to content

Commit 8068fad

Browse files
committedMay 28, 2020
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix PVS-Studio integration
2 parents 490ca05 + 744f901 commit 8068fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎win32/build/config.w32

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ if (PHP_ANALYZER == "vs") {
215215
pvscfg.WriteLine("platform = " + (X64 ? 'x64' : 'Win32'));
216216
pvscfg.WriteLine("preprocessor = visualcpp");
217217
pvscfg.WriteLine("language = C");
218+
pvscfg.WriteLine("skip-cl-exe = no");
218219
}
219220
} else {
220221
PHP_ANALYZER = "no"

0 commit comments

Comments
 (0)
Please sign in to comment.