summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-01-09 21:41:54 +0000
committerPierre Joye <pajoye@php.net>2011-01-09 21:41:54 +0000
commiteddd9b751088572f32f82f6dda7c3dd02144ca02 (patch)
tree3bdd92461a21d021cfc4a6918ec083a4a8ac3ae0 /win32
parent0d3c6914ad596ea31afae9e4a393b6efa13ecbba (diff)
downloadphp-git-eddd9b751088572f32f82f6dda7c3dd02144ca02.tar.gz
- new sec flags should not be on by default for 5.3, yet
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w322
1 files changed, 1 insertions, 1 deletions
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 ");
}