trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,29 @@
<p>The php package has been updated to <a href="https://www.php.net/releases/8.0/en.php">version 8.0</a>. Please refer to
the upstream <a href="https://www.php.net/manual/en/migration80.php">migration guide</a>. As some applications are not
compatible with PHP 8 yet we provide a <a href="https://archlinux.org/packages/extra/x86_64/php7/">php7</a> package which can be
installed alongside version 8. Packages that depend on PHP reflect
this update and will require php7 if needed. You might need to update
your configuration accordingly. PHP 7 binaries and configuration have
the "7" suffix:</p>
<ul>
<li>/usr/bin/php -&gt; /usr/bin/php7</li>
<li>/etc/php -&gt; /etc/php7</li>
<li>/usr/bin/php-fpm -&gt; /usr/bin/php-fpm7</li>
<li>/usr/lib/systemd/system/php-fpm.service -&gt; /usr/lib/systemd/system/php-fpm7.service</li>
<li>/run/php-fpm -&gt; /run/php-fpm7</li>
</ul>
<p>We also provide third party modules compiled for PHP 7:</p>
<ul>
<li><a href="https://archlinux.org/packages/extra/x86_64/php7-apcu/">php7-apcu</a></li>
<li><a href="https://archlinux.org/packages/community/x86_64/php7-geoip/">php7-geoip</a></li>
<li><a href="https://archlinux.org/packages/community/x86_64/php7-grpc/">php7-grpc</a></li>
<li><a href="https://archlinux.org/packages/community/x86_64/php7-igbinary/">php7-igbinary</a></li>
<li><a href="https://archlinux.org/packages/community/x86_64/php7-imagick/">php7-imagick</a></li>
<li><a href="https://archlinux.org/packages/community/x86_64/php7-memcache/">php7-memcache</a></li>
<li><a href="https://archlinux.org/packages/community/x86_64/php7-memcached/">php7-memcached</a></li>
<li><a href="https://archlinux.org/packages/community/x86_64/php7-mongodb/">php7-mongodb</a></li>
<li><a href="https://archlinux.org/packages/community/x86_64/php7-redis/">php7-redis</a></li>
</ul>
<p>Note that support for php7 will be <a href="https://www.php.net/supported-versions.php">limited</a> and likely be dropped in
about a year depending on how soon the majority of applications
will be compatible with version 8.</p>