Skip to content

Commit 7448742

Browse files
package.xml (#5337)
1 parent d3c9dfe commit 7448742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
- millisecond timer
1515
- built-in tcp/http/websocket/http2 server
1616
- coroutine tcp/http/websocket client
17-
- coroutine mysql client
18-
- coroutine redis client
1917
- coroutine read/write file system
2018
- coroutine dns lookup
2119
- support IPv4/IPv6/UnixSocket/TCP/UDP
@@ -2537,7 +2535,7 @@
25372535
<dependencies>
25382536
<required>
25392537
<php>
2540-
<min>8.0.0</min>
2538+
<min>8.1.0</min>
25412539
</php>
25422540
<pearinstaller>
25432541
<min>1.4.0</min>
@@ -2556,5 +2554,7 @@
25562554
<configureoption default="no" name="with-swoole-odbc" prompt="enable ODBC database support?"/>
25572555
<configureoption default="no" name="with-swoole-oracle" prompt="enable Oracle database support?"/>
25582556
<configureoption default="no" name="enable-swoole-sqlite" prompt="enable Sqlite database support?"/>
2557+
<configureoption default="no" name="enable-swoole-thread" prompt="enable swoole thread support (need php zts support)?"/>
2558+
<configureoption default="no" name="enable-iouring" prompt="enable iouring for file async support?"/>
25592559
</extsrcrelease>
25602560
</package>

0 commit comments

Comments
 (0)