Skip to content

Commit fd256be

Browse files
committed
remove fastcgi.c from the dll target
1 parent cf0397e commit fd256be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ ADD_FLAG("CFLAGS_BD_ZEND", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
149149
ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
150150
php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
151151
strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \
152-
php_open_temporary_file.c output.c internal_functions.c php_sprintf.c fastcgi.c");
152+
php_open_temporary_file.c output.c internal_functions.c php_sprintf.c");
153153
ADD_FLAG("CFLAGS_BD_MAIN", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
154154
ADD_SOURCES("win32", "inet.c fnmatch.c sockets.c");
155155

0 commit comments

Comments
 (0)