]> granicus.if.org Git - php/commitdiff
- new sec flags should not be on by default for 5.3, yet
authorPierre Joye <pajoye@php.net>
Sun, 9 Jan 2011 21:41:54 +0000 (21:41 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 9 Jan 2011 21:41:54 +0000 (21:41 +0000)
win32/build/config.w32

index d3cd90ae41e57133f780f1cd7ea0397bc8cc46e5..ce033ae008eb43fa40e7c2f4a7e3f2c7f26b2221 100644 (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 ");
 }