pajoye Thu, 29 Apr 2010 08:13:15 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298759
Log:
- Adieu VC6/7/8, merci pour les bons et loyaux services
Changed paths:
U php/php-src/trunk/win32/build/config.w32
Modified: php/php-src/trunk/win32/build/config.w32
===================================================================
--- php/php-src/trunk/win32/build/config.w32 2010-04-29 06:58:25 UTC (rev
298758)
+++ php/php-src/trunk/win32/build/config.w32 2010-04-29 08:13:15 UTC (rev
298759)
@@ -19,6 +19,11 @@
// Which version of the compiler do we have?
VCVERS = probe_binary(CL).substr(0, 5).replace('.', '');
STDOUT.WriteLine(" Detected compiler " + VC_VERSIONS[VCVERS]);
+
+if (VCVERS < 1500) {
+ ERROR("Unsupported MS C++ Compiler, VC9 (2008) minimum is required");
+}
+
AC_DEFINE('COMPILER', VC_VERSIONS[VCVERS], "Detected compiler version");
DEFINE("PHP_COMPILER_SHORT", VC_VERSIONS_SHORT[VCVERS]);
AC_DEFINE('PHP_COMPILER_ID', VC_VERSIONS_SHORT[VCVERS], "Compiler
compatibility ID");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php