Skip to content

Commit

Permalink
Fix pecl install missing enable-swoole-json and enable-swoole-curl op…
Browse files Browse the repository at this point in the history
…tions (#3980)
  • Loading branch information
sy-records authored Jan 6, 2021
1 parent 049eeff commit 927a801
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<email>shenzhe163@gmail.com</email>
<active>yes</active>
</developer>
<date>2021-01-04</date>
<time>10:00:00</time>
<date>2021-01-06</date>
<time>15:00:00</time>
<version>
<release>4.6.0</release>
<api>4.0</api>
Expand Down Expand Up @@ -1537,6 +1537,7 @@
<file role="test" name="tests/swoole_runtime/hook_enable_coroutine.phpt" />
<file role="test" name="tests/swoole_runtime/hook_set_flags.phpt" />
<file role="test" name="tests/swoole_runtime/library.phpt" />
<file role="test" name="tests/swoole_runtime/nonblock.phpt" />
<file role="test" name="tests/swoole_runtime/pdo.phpt" />
<file role="test" name="tests/swoole_runtime/persistent.phpt" />
<file role="test" name="tests/swoole_runtime/proc/1.phpt" />
Expand Down Expand Up @@ -2039,5 +2040,7 @@
<configureoption default="no" name="enable-openssl" prompt="enable openssl support?" />
<configureoption default="no" name="enable-http2" prompt="enable http2 support?" />
<configureoption default="no" name="enable-mysqlnd" prompt="enable mysqlnd support?" />
<configureoption default="no" name="enable-swoole-json" prompt="enable json support?" />
<configureoption default="no" name="enable-swoole-curl" prompt="enable curl support?" />
</extsrcrelease>
</package>

0 comments on commit 927a801

Please sign in to comment.