Skip to content

Commit c19185f

Browse files
committed
% update README.md
1 parent 37402aa commit c19185f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)