emacs/var/elfeed/db/data/47/47e6279ebb1982d76bd55b401584790e1f5b973d
2022-01-03 12:49:32 -06:00

29 lines
2 KiB
Plaintext

<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>