Skip to content

Commit

Permalink
Rebuild all data
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Dec 16, 2024
1 parent e7d579e commit fafd994
Show file tree
Hide file tree
Showing 9 changed files with 574 additions and 397 deletions.
11 changes: 8 additions & 3 deletions docs/data/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -6974,7 +6974,7 @@
{
"name": "md4c",
"license": "MIT",
"summary": "Markdown to HTML conversion using the MD4C library",
"summary": "Convert Markdown to HTML",
"description": "This extension provides one simple PHP function md4c_toHtml() to convert Markdown or CommonMark to HTML.\n\nThis function uses the MD4C library written in C and is currently the fastest conversion routine, see https://talk.commonmark.org/t/why-is-md4c-so-fast-c/2520/12",
"phpv": [
{
Expand Down Expand Up @@ -15949,7 +15949,7 @@
"name": "swoole",
"license": "Apache2.0",
"summary": "Event-driven asynchronous and concurrent networking engine with high performance for PHP.",
"description": "Event-driven asynchronous and concurrent networking engine with high performance for PHP.\n- event-driven\n- coroutine\n- asynchronous non-blocking\n- multi-thread reactor\n- multi-process worker\n- multi-protocol\n- millisecond timer\n- built-in tcp/http/websocket/http2 server\n- coroutine tcp/http/websocket client\n- coroutine read/write file system\n- coroutine dns lookup\n- support IPv4/IPv6/UnixSocket/TCP/UDP\n- support SSL/TLS encrypted transmission",
"description": "Event-driven asynchronous and concurrent networking engine with high performance for PHP.\n- event-driven\n- coroutine\n- asynchronous non-blocking\n- multi-thread reactor\n- multi-process worker\n- multi-protocol\n- millisecond timer\n- built-in tcp/http/websocket/http2 server\n- coroutine tcp/http/websocket client\n- coroutine mysql client\n- coroutine redis client\n- coroutine read/write file system\n- coroutine dns lookup\n- support IPv4/IPv6/UnixSocket/TCP/UDP\n- support SSL/TLS encrypted transmission",
"phpv": [
{
"v": [
Expand Down Expand Up @@ -16964,7 +16964,7 @@
"opts": [
{
"n": "enable-sockets",
"p": "enable sockets supports?",
"p": "enable sockets support?",
"d": "no"
},
{
Expand Down Expand Up @@ -16992,6 +16992,11 @@
"p": "enable brotli support?",
"d": "yes"
},
{
"n": "enable-zstd",
"p": "enable zstd support?",
"d": "no"
},
{
"n": "enable-swoole-pgsql",
"p": "enable PostgreSQL database support?",
Expand Down
2 changes: 1 addition & 1 deletion docs/data/summary.min.json

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions public/data/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -6974,7 +6974,7 @@
{
"name": "md4c",
"license": "MIT",
"summary": "Markdown to HTML conversion using the MD4C library",
"summary": "Convert Markdown to HTML",
"description": "This extension provides one simple PHP function md4c_toHtml() to convert Markdown or CommonMark to HTML.\n\nThis function uses the MD4C library written in C and is currently the fastest conversion routine, see https://talk.commonmark.org/t/why-is-md4c-so-fast-c/2520/12",
"phpv": [
{
Expand Down Expand Up @@ -15949,7 +15949,7 @@
"name": "swoole",
"license": "Apache2.0",
"summary": "Event-driven asynchronous and concurrent networking engine with high performance for PHP.",
"description": "Event-driven asynchronous and concurrent networking engine with high performance for PHP.\n- event-driven\n- coroutine\n- asynchronous non-blocking\n- multi-thread reactor\n- multi-process worker\n- multi-protocol\n- millisecond timer\n- built-in tcp/http/websocket/http2 server\n- coroutine tcp/http/websocket client\n- coroutine read/write file system\n- coroutine dns lookup\n- support IPv4/IPv6/UnixSocket/TCP/UDP\n- support SSL/TLS encrypted transmission",
"description": "Event-driven asynchronous and concurrent networking engine with high performance for PHP.\n- event-driven\n- coroutine\n- asynchronous non-blocking\n- multi-thread reactor\n- multi-process worker\n- multi-protocol\n- millisecond timer\n- built-in tcp/http/websocket/http2 server\n- coroutine tcp/http/websocket client\n- coroutine mysql client\n- coroutine redis client\n- coroutine read/write file system\n- coroutine dns lookup\n- support IPv4/IPv6/UnixSocket/TCP/UDP\n- support SSL/TLS encrypted transmission",
"phpv": [
{
"v": [
Expand Down Expand Up @@ -16964,7 +16964,7 @@
"opts": [
{
"n": "enable-sockets",
"p": "enable sockets supports?",
"p": "enable sockets support?",
"d": "no"
},
{
Expand Down Expand Up @@ -16992,6 +16992,11 @@
"p": "enable brotli support?",
"d": "yes"
},
{
"n": "enable-zstd",
"p": "enable zstd support?",
"d": "no"
},
{
"n": "enable-swoole-pgsql",
"p": "enable PostgreSQL database support?",
Expand Down
2 changes: 1 addition & 1 deletion public/data/summary.min.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions xml/md4c-details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<c>pecl.php.net</c>
<ca xlink:href="/rest/c/Text">Text</ca>
<l>MIT</l>
<s>Markdown to HTML conversion using the MD4C library</s>
<d>This extension provides one simple PHP function md4c_toHtml() to convert Markdown or CommonMark to HTML.

<s>Convert Markdown to HTML</s>
<d>This extension provides one simple PHP function md4c_toHtml() to convert Markdown or CommonMark to HTML.

This function uses the MD4C library written in C and is currently the fastest conversion routine, see https://talk.commonmark.org/t/why-is-md4c-so-fast-c/2520/12</d>
<r xlink:href="/rest/r/md4c"/>
</p>
2 changes: 1 addition & 1 deletion xml/pecl_http-details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set of functionality for one of PHPs major applications.

It eases handling of HTTP urls, headers and messages, provides
means for negotiation of a client's preferred content type,
means for negotiation of a client&#039;s preferred content type,
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.

Expand Down
4 changes: 2 additions & 2 deletions xml/smbclient-details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ca xlink:href="/rest/c/File+System">File System</ca>
<l>BSD 2-clause</l>
<s>A PHP wrapper for libsmbclient</s>
<d>smbclient is a PHP extension that uses Samba's libsmbclient library to provide
Samba related functions and 'smb' streams to PHP programs.</d>
<d>smbclient is a PHP extension that uses Samba&#039;s libsmbclient library to provide
Samba related functions and &#039;smb&#039; streams to PHP programs.</d>
<r xlink:href="/rest/r/smbclient"/>
</p>
2 changes: 2 additions & 0 deletions xml/swoole-details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- 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
Loading

0 comments on commit fafd994

Please sign in to comment.