Skip to content

Commit b0a7836

Browse files
committed
#46: fix shared issue
1 parent 65fa9ae commit b0a7836

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

win32/build/config.w32

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,5 @@ ARG_ENABLE('snapshot-build', 'Build a snapshot: turns on everything it can and i
408408

409409
ARG_ENABLE('vs-link-compat', 'Allow linking of libraries built with compatible versions of VS toolset', 'yes');
410410

411-
ARG_ENABLE("async-api", "Disable async API support", "yes");
412-
413-
if (PHP_ASYNC_API == "yes") {
414-
AC_DEFINE('PHP_ASYNC_API', 1);
415-
ADD_SOURCES("Zend", "zend_async_API.c");
416-
ADD_SOURCES("main", "network_async.c");
417-
}
418-
ADD_SOURCES("Zend", "zend_async_API.c");
411+
ADD_SOURCES("Zend", "zend_async_API.c");
412+
ADD_SOURCES("main", "network_async.c");

0 commit comments

Comments
 (0)