<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/53ab425c7fd07092c384cea36dabe5d27032a84a">https://github.com/macports/macports-ports/commit/53ab425c7fd07092c384cea36dabe5d27032a84a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 53ab425c7fd php modules: Add php80 subports
</span>53ab425c7fd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 53ab425c7fd07092c384cea36dabe5d27032a84a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 7 18:07:31 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    php modules: Add php80 subports
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/61774
</span>---
 php/php-APCu/Portfile           | 2 +-
 php/php-dbase/Portfile          | 2 +-
 php/php-excel/Portfile          | 2 +-
 php/php-igbinary/Portfile       | 2 +-
 php/php-lzf/Portfile            | 2 +-
 php/php-mailparse/Portfile      | 2 +-
 php/php-memcached/Portfile      | 2 +-
 php/php-mongodb/Portfile        | 2 +-
 php/php-oauth/Portfile          | 2 +-
 php/php-psr/Portfile            | 2 +-
 php/php-raphf/Portfile          | 2 +-
 php/php-redis/Portfile          | 2 +-
 php/php-solr/Portfile           | 2 +-
 php/php-svm/Portfile            | 2 +-
 php/php-swoole/Portfile         | 2 +-
 php/php-timezonedb/Portfile     | 2 +-
 php/php-uploadprogress/Portfile | 2 +-
 php/php-yaf/Portfile            | 2 +-
 php/php-zip/Portfile            | 2 +-
 php/php-zstd/Portfile           | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-APCu/Portfile b/php/php-APCu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 380c8abc4f5..67e4151f4ac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-APCu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-APCu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms           darwin
</span> maintainers         {ryandesign @ryandesign}
 license             PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl            yes
 
 if {[vercmp ${php.branch} 7] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-dbase/Portfile b/php/php-dbase/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d1d1cdf6a26..1cfdfa22816 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-dbase/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-dbase/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms               darwin
</span> maintainers             {ryandesign @ryandesign} openmaintainer
 license                 PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl                yes
 
 description             a PHP interface for accessing dBase databases
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-excel/Portfile b/php/php-excel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f9deeca6ccb..36c6565508c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-excel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-excel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> 
 description         PHP interface to LibXL for reading and writing \
                     Microsoft Excel spreadsheets
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-igbinary/Portfile b/php/php-igbinary/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2728f220f5e..08f714b6f9b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-igbinary/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-igbinary/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ license             BSD PHP-3.01
</span> platforms           darwin freebsd openbsd
 maintainers         {ryandesign @ryandesign} openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl            yes
 
 if {[vercmp ${php.branch} 7.0] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-lzf/Portfile b/php/php-lzf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eead38fe6c6..fd9db30ec6a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-lzf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-lzf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl            yes
 
 description         Handles LZF compression / decompression.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-mailparse/Portfile b/php/php-mailparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d75431f4573..c297f6105ac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-mailparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-mailparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ categories      php mail devel
</span> platforms       darwin
 maintainers     {ryandesign @ryandesign} openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches    5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches    5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl        yes
 
 if {[vercmp ${php.branch} 7] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-memcached/Portfile b/php/php-memcached/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3836ae5f1c..aab4f983d53 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-memcached/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-memcached/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms               darwin freebsd openbsd
</span> maintainers             {ryandesign @ryandesign} openmaintainer
 license                 PHP-3
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl                yes
 
 if {[vercmp ${php.branch} 7] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-mongodb/Portfile b/php/php-mongodb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7aaf53d593a..4975ff4538e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-mongodb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-mongodb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             Apache-2
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl            yes
 
 if {[vercmp ${php.branch} 7.0] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-oauth/Portfile b/php/php-oauth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ac49568608..c3de7c6d931 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-oauth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-oauth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ categories      php devel
</span> platforms       darwin
 maintainers     {ryandesign @ryandesign} openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches    5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches    5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl        yes
 
 if {[vercmp ${php.branch} 7] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-psr/Portfile b/php/php-psr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 65d73b807d9..f4cad50cbf6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-psr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-psr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ platforms               darwin
</span> maintainers             {ryandesign @ryandesign} openmaintainer
 license                 BSD
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            7.2 7.3 7.4 8.0
</span> php.pecl                yes
 
 if {[vercmp ${php.branch} 7.0] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-raphf/Portfile b/php/php-raphf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 02160279c09..9595c2d2807 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-raphf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-raphf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             BSD
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl            yes
 
 if {[vercmp ${php.branch} 7] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-redis/Portfile b/php/php-redis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 316f1734b68..6cbefe0874f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-redis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-redis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms               darwin
</span> maintainers             {ryandesign @ryandesign} openmaintainer
 license                 PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl                yes
 
 if {[vercmp ${php.branch} 7.0] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-solr/Portfile b/php/php-solr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 69a1e50d89b..293f43091a9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-solr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-solr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ license                 PHP-3.01
</span> platforms               darwin
 maintainers             {ryandesign @ryandesign} openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl                yes
 
 if {[vercmp ${php.branch} 7.0] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-svm/Portfile b/php/php-svm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4faaf1b970a..e89e1330705 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-svm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-svm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms               darwin
</span> maintainers             {ryandesign @ryandesign} openmaintainer
 license                 BSD
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl                yes
 php.pecl.prerelease     yes
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-swoole/Portfile b/php/php-swoole/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0807aa38d98..2ca63495abb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-swoole/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-swoole/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ platforms               darwin
</span> maintainers             {ryandesign @ryandesign} openmaintainer
 license                 Apache-2
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl                yes
 
 if {[vercmp ${php.branch} 7.1] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-timezonedb/Portfile b/php/php-timezonedb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3c5f39812e7..2837852f297 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-timezonedb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-timezonedb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl            yes
 
 description         A PECL Timezone Database.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-uploadprogress/Portfile b/php/php-uploadprogress/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8d7632150c7..c9b45d9626c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-uploadprogress/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-uploadprogress/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms       darwin
</span> maintainers     {ryandesign @ryandesign} openmaintainer
 license         PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches    5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches    5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl        yes
 
 description     An extension to track progress of a file upload.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-yaf/Portfile b/php/php-yaf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ffb424d4e67..9084764fa89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-yaf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-yaf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms               darwin
</span> maintainers             {ryandesign @ryandesign} openmaintainer
 license                 PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl                yes
 
 if {[vercmp ${php.branch} 7] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-zip/Portfile b/php/php-zip/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0fe1522fa43..ddaaa4a501a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-zip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-zip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             PHP-3.01
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.2 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.2 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl            yes
 
 if {[vercmp ${php.branch} 5.4] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-zstd/Portfile b/php/php-zstd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3ee73fdf5d..3e0097e17e8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-zstd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-zstd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             MIT
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches        5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
</span> php.pecl            yes
 
 description         Zstandard compression
</pre><pre style='margin:0'>

</pre>