- new sec flags should not be on by default for 5.3, yet

This commit is contained in:
Pierre Joye 2011-01-09 21:41:54 +00:00
parent 0d3c6914ad
commit eddd9b7510

View File

@ -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 ");
}