pajoye Thu, 13 Jan 2011 19:44:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307446
Log:
-disable the analyzer for the snapshot in 5.3 too
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-13 19:16:38 UTC
(rev 307445)
+++ php/php-src/branches/PHP_5_3/win32/build/config.w32 2011-01-13 19:44:00 UTC
(rev 307446)
@@ -414,6 +414,6 @@
}
ARG_ENABLE("static-analyze", "Enable the VC compiler static analyze", "no");
-if (PHP_STATIC_ANALYZE == "yes") {
+if (PHP_STATIC_ANALYZE == "yes" && PHP_SNAPSHOT_BUILD == "no") {
ADD_FLAG("CFLAGS", " /analyze ");
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php