We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2f512 commit 3e13e5dCopy full SHA for 3e13e5d
config.m4
@@ -9,11 +9,6 @@ PHP_ARG_WITH([async_libuv],
9
[Build True Async with LibUv support])], yes)
10
11
if test "$PHP_ASYNC" = "yes"; then
12
-
13
- if test "$PHP_ASYNC_API" != "yes" && test "$PHP_EXPERIMENTAL_ASYNC_API" != "yes"; then
14
- AC_MSG_ERROR([PHP TRUE ASYNC API is required. Please configure PHP with --enable-experimental-async-api])
15
- fi
16
17
dnl Define a symbol for C code.
18
AC_DEFINE([PHP_ASYNC], 1, [Enable True Async API])
19
0 commit comments