mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
- new sec flags should not be on by default for 5.3, yet
This commit is contained in:
parent
0d3c6914ad
commit
eddd9b7510
@ -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 ");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user