Skip to content

Commit f452e3e

Browse files
committed
Merge branch 'true-async-api' into true-async
2 parents 40936bf + e8fb89d commit f452e3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/build/config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ ARG_ENABLE('vs-link-compat', 'Allow linking of libraries built with compatible v
411411
ARG_ENABLE("async-api", "Disable async API support", "yes");
412412

413413
if (PHP_ASYNC_API == "yes") {
414+
AC_DEFINE('PHP_ASYNC_API', 1);
414415
ADD_SOURCES("Zend", "zend_async_API.c");
415416
ADD_SOURCES("main", "network_async.c");
416417
}

0 commit comments

Comments
 (0)