From: Kalle Sommer Nielsen Date: Sun, 29 Mar 2015 05:54:18 +0000 (+0200) Subject: Forgot this one in the last commit, removes old VC support from ext/fileinfo X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ca8ffa2b8ae899d8a771af1250037a9f5e9698b;p=php Forgot this one in the last commit, removes old VC support from ext/fileinfo --- diff --git a/ext/fileinfo/config.w32 b/ext/fileinfo/config.w32 index 9a14921322..df9719033a 100644 --- a/ext/fileinfo/config.w32 +++ b/ext/fileinfo/config.w32 @@ -10,10 +10,6 @@ if (PHP_FILEINFO != 'no') { is_tar.c magic.c print.c \ readcdf.c softmagic.c"; - if (VCVERS < 1500) { - ADD_FLAG('CFLAGS', '/Zm1000'); - } - EXTENSION('fileinfo', 'fileinfo.c', true, "/I" + configure_module_dirname + "/libmagic /I" + configure_module_dirname); ADD_SOURCES(configure_module_dirname + '\\libmagic', LIBMAGIC_SOURCES, "fileinfo"); }