pajoye Sun, 09 Jan 2011 21:41:54 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=307312
Log: - new sec flags should not be on by default for 5.3, yet Changed paths: U php/php-src/branches/PHP_5_3/win32/build/config.w32 Modified: php/php-src/branches/PHP_5_3/win32/build/config.w32 =================================================================== --- php/php-src/branches/PHP_5_3/win32/build/config.w32 2011-01-09 21:38:46 UTC (rev 307311) +++ php/php-src/branches/PHP_5_3/win32/build/config.w32 2011-01-09 21:41:54 UTC (rev 307312) @@ -408,7 +408,7 @@ 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 "); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php