Skip to content

Commit

Permalink
package.xml (#5337)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman authored May 27, 2024
1 parent d3c9dfe commit 7448742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
- millisecond timer
- built-in tcp/http/websocket/http2 server
- coroutine tcp/http/websocket client
- coroutine mysql client
- coroutine redis client
- coroutine read/write file system
- coroutine dns lookup
- support IPv4/IPv6/UnixSocket/TCP/UDP
Expand Down Expand Up @@ -2537,7 +2535,7 @@
<dependencies>
<required>
<php>
<min>8.0.0</min>
<min>8.1.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
Expand All @@ -2556,5 +2554,7 @@
<configureoption default="no" name="with-swoole-odbc" prompt="enable ODBC database support?"/>
<configureoption default="no" name="with-swoole-oracle" prompt="enable Oracle database support?"/>
<configureoption default="no" name="enable-swoole-sqlite" prompt="enable Sqlite database support?"/>
<configureoption default="no" name="enable-swoole-thread" prompt="enable swoole thread support (need php zts support)?"/>
<configureoption default="no" name="enable-iouring" prompt="enable iouring for file async support?"/>
</extsrcrelease>
</package>

0 comments on commit 7448742

Please sign in to comment.