From: Anatol Belski Date: Tue, 26 May 2015 07:03:52 +0000 (+0200) Subject: remove fastcgi.c from the dll target X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~31^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd256be671e89caaa06a910782a80018ebe57826;p=php remove fastcgi.c from the dll target --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 2aa06e27a2..70aef37799 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -149,7 +149,7 @@ ADD_FLAG("CFLAGS_BD_ZEND", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \ php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \ strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \ - php_open_temporary_file.c output.c internal_functions.c php_sprintf.c fastcgi.c"); + php_open_temporary_file.c output.c internal_functions.c php_sprintf.c"); ADD_FLAG("CFLAGS_BD_MAIN", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); ADD_SOURCES("win32", "inet.c fnmatch.c sockets.c");