From eddd9b751088572f32f82f6dda7c3dd02144ca02 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 9 Jan 2011 21:41:54 +0000 Subject: [PATCH] - new sec flags should not be on by default for 5.3, yet --- win32/build/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/config.w32 b/win32/build/config.w32 index d3cd90ae41..ce033ae008 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -408,7 +408,7 @@ if (PHP_DSP != "no") { FSO.CreateFolder("tmp"); } -ARG_ENABLE("security-flags", "Enable the compiler security flags", "yes"); +ARG_ENABLE("security-flags", "Enable the compiler security flags", "no"); if (PHP_SECURITY_FLAGS == "yes") { ADD_FLAG("LDFLAGS", "/NXCOMPAT /DYNAMICBASE "); } -- 2.40.0