File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,13 @@ Please see the [LibUV installation guide](https://github.com/libuv/libuv)
7373
7474 ```
7575 ./buildconf
76- ./configure --enable-experimental-async-api --enable- async
76+ ./configure --enable-async
7777 make && sudo make install
7878 ```
7979
8080 We can use `--enable-debug` to enable debug mode, which is useful for development.
81+
82+ **Note:** The `--enable-experimental-async-api` option is no longer needed as the Async API is now enabled by default in the core.
8183
8284---
8385
@@ -102,10 +104,12 @@ Please see the [LibUV installation guide](https://github.com/libuv/libuv)
102104 ```
103105 cd \path\to\php-src
104106 buildconf
105- configure --enable-experimental-async-api --enable- async
107+ configure --enable-async
106108 nmake
107109 ```
108110
111+ **Note:** The `--enable-experimental-async-api` option is no longer needed as the Async API is now enabled by default in the core.
112+
109113---
110114
111115## Adapted PHP Functions
You can’t perform that action at this time.
0 commit comments